This commit is contained in:
Dennis Eichhorn 2017-10-26 19:25:19 +02:00
parent 25a501dcde
commit 7fa81ff321

View File

@ -7,6 +7,7 @@
jsOMS.Chart.ChartAbstract = function (id)
{
/** global: d3 */
this.chartId = id;
this.chartSelect = d3.select('#' + this.chartId);