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