mirror of
https://github.com/Karaka-Management/jsOMS.git
synced 2026-02-13 16:08:41 +00:00
Remove markers
This commit is contained in:
parent
f5ce290cff
commit
fb5ea0d5b4
|
|
@ -5,6 +5,7 @@
|
||||||
jsOMS.Chart.AreaChart = function (id)
|
jsOMS.Chart.AreaChart = function (id)
|
||||||
{
|
{
|
||||||
this.chart = new jsOMS.Chart.LineChart(id);
|
this.chart = new jsOMS.Chart.LineChart(id);
|
||||||
|
this.chart.getChart().dataSettings.marker.visible = false;
|
||||||
this.chart.getChart().subtype = 'area';
|
this.chart.getChart().subtype = 'area';
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user