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