@fluid-topics/ft-chart 2.0.14 → 2.0.16

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/build/ft-chart.js CHANGED
@@ -13,7 +13,7 @@ import { styles } from "./ft-chart.styles";
13
13
  if (window.echarts == null) {
14
14
  console.warn("Echarts is not available");
15
15
  }
16
- class FtChart extends FtLitElement {
16
+ export class FtChart extends FtLitElement {
17
17
  constructor() {
18
18
  super(...arguments);
19
19
  this.xAxisName = "date";
@@ -222,4 +222,3 @@ __decorate([
222
222
  __decorate([
223
223
  query(".sessions-chart")
224
224
  ], FtChart.prototype, "container", void 0);
225
- export { FtChart };