Browse Source

update comment

pull/40/head
glitch4347 6 months ago
parent
commit
90af9810a3
  1. 3
      src/index.ts

3
src/index.ts

@ -79,7 +79,8 @@ class ChartwerkPod<T extends Serie, O extends Options> {
_series: T[] = [],
_options: O
) {
// need to call explicitly because lazyStyleTag
// need to call explicitly because option lazyStyleTag
// in webpack style-loader
styles.use();
this.options = new CoreOptions(_options);

Loading…
Cancel
Save