mirror of
https://github.com/kemko/nomad.git
synced 2026-01-06 10:25:42 +03:00
Remove now unused chartClass arg from LineChart
This commit is contained in:
@@ -55,7 +55,6 @@ export default class LineChart extends Component {
|
||||
title = 'Line Chart';
|
||||
description = null;
|
||||
timeseries = false;
|
||||
chartClass = 'is-primary';
|
||||
activeAnnotation = null;
|
||||
onAnnotationClick() {}
|
||||
xFormat;
|
||||
@@ -92,9 +91,6 @@ export default class LineChart extends Component {
|
||||
get curve() {
|
||||
return this.args.curve || 'linear';
|
||||
}
|
||||
get chartClass() {
|
||||
return this.args.chartClass || 'is-primary';
|
||||
}
|
||||
|
||||
@action
|
||||
xFormat(timeseries) {
|
||||
|
||||
Reference in New Issue
Block a user