You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
abstractclassChartwerkPod<TextendsTimeSerie,OextendsOptions>{// ...constructor(// maybe it's not the best ideaprotected_d3: typeofd3,el: HTMLElement,// ...){
it's not the best idea, but not "maybe". Why do you really need this d3 param?
Is it because you can't compile lib otherwise? Well, I think it doable....
The text was updated successfully, but these errors were encountered:
jonyrock
changed the title
Stop requiring d3 in ChartwerPod constructor
Stop requiring d3 in ChartwerkPod constructor
Dec 20, 2020
As comment says in https://github.com/chartwerk/base/blob/master/src/index.ts,
it's not the best idea, but not "maybe". Why do you really need this
d3
param?Is it because you can't compile lib otherwise? Well, I think it doable....
The text was updated successfully, but these errors were encountered: