mirror of
https://github.com/Karaka-Management/jsOMS.git
synced 2026-02-14 16:38:39 +00:00
Fix #41
This commit is contained in:
parent
25a501dcde
commit
7fa81ff321
|
|
@ -7,6 +7,7 @@
|
||||||
|
|
||||||
jsOMS.Chart.ChartAbstract = function (id)
|
jsOMS.Chart.ChartAbstract = function (id)
|
||||||
{
|
{
|
||||||
|
/** global: d3 */
|
||||||
this.chartId = id;
|
this.chartId = id;
|
||||||
this.chartSelect = d3.select('#' + this.chartId);
|
this.chartSelect = d3.select('#' + this.chartId);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user