*** WIP WIP *** All charts work now
This commit is contained in:
@@ -456,7 +456,7 @@ export const ldenData = (params, values) => {
|
|||||||
// Put values into the series
|
// Put values into the series
|
||||||
let cnt = 0
|
let cnt = 0
|
||||||
values.forEach((x) => {
|
values.forEach((x) => {
|
||||||
if (x.lden != -1) {
|
if (!((x.lden === -1) || (x.datetime === undefined))) {
|
||||||
let dat = new Date(x.datetime).getTime() // retrieve the date
|
let dat = new Date(x.datetime).getTime() // retrieve the date
|
||||||
series1.push([dat, x.lden])
|
series1.push([dat, x.lden])
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -41,7 +41,7 @@ export function createGlobObtions() {
|
|||||||
},
|
},
|
||||||
tooltip: {
|
tooltip: {
|
||||||
valueDecimals: 1,
|
valueDecimals: 1,
|
||||||
backgroundColor: 0,
|
backgroundColor: '#ffffff',
|
||||||
borderWidth: 0,
|
borderWidth: 0,
|
||||||
borderRadius: 0,
|
borderRadius: 0,
|
||||||
useHTML: true,
|
useHTML: true,
|
||||||
|
|||||||
Reference in New Issue
Block a user