@fluid-topics/ft-analytics-sessions-chart 1.1.40 → 1.1.42

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/README.md CHANGED
@@ -1,6 +1,4 @@
1
- A chart displaying analytics sessions data for a fluid topics tenant. This component need analytics rights to work
2
- correctly.
3
-
1
+ A sessions chart component that displays analytics sessions data for a Fluid Topics tenant.
4
2
  ## Install
5
3
 
6
4
  ```shell
@@ -9,7 +9,7 @@ import { property, state } from "lit/decorators.js";
9
9
  import { customElement, FtLitElement } from "@fluid-topics/ft-wc-utils";
10
10
  import moment from "moment";
11
11
  import { FtChart, Period } from "@fluid-topics/ft-chart";
12
- import { styles } from "./ft-analytics-sessions-chart.css";
12
+ import { styles } from "./ft-analytics-sessions-chart.styles";
13
13
  let FtAnalyticsSessionsChart = class FtAnalyticsSessionsChart extends FtLitElement {
14
14
  constructor() {
15
15
  super(...arguments);