mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
Removing default stripes interval
Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
This commit is contained in:
parent
ba97235dd6
commit
9e02855966
@ -137,7 +137,7 @@ export class BarChart extends React.Component<Props> {
|
|||||||
plugins: {
|
plugins: {
|
||||||
ZebraStripes: {
|
ZebraStripes: {
|
||||||
stripeColor: chartStripesColor,
|
stripeColor: chartStripesColor,
|
||||||
interval: chartData.datasets.length ? chartData.datasets[0].data.length : 61
|
interval: chartData.datasets[0].data.length
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|||||||
@ -6,7 +6,6 @@ import moment, { Moment } from "moment";
|
|||||||
import get from "lodash/get";
|
import get from "lodash/get";
|
||||||
|
|
||||||
const defaultOptions = {
|
const defaultOptions = {
|
||||||
interval: 61,
|
|
||||||
stripeColor: "#ffffff08",
|
stripeColor: "#ffffff08",
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user