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
{{ message }}
This repository was archived by the owner on May 2, 2022. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+6-5Lines changed: 6 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,7 @@ Muze is a free **data visualization library for creating exploratory data visual
20
20
21
21
It uses a data-first approach to define the constructs and layers of the chart, automatically generates cross-chart interactivity, and allows you to over-ride any behavior or interaction on the chart.
22
22
23
-
Muze uses an in-browser**[DataModel](https://github.com/chartshq/datamodel)**to store and transform data, and control the behaviour of every component in the visualization, thereby enabling creating of complex and cross-connected charts.
23
+
Muze uses an in-browser**[DataModel](https://github.com/chartshq/datamodel)**to store and transform data, and control the behaviour of every component in the visualization, thereby enabling creating of complex and cross-connected charts.
24
24
25
25
## Features
26
26
@@ -138,13 +138,14 @@ const data = [
138
138
139
139
2. Import muze as follows:
140
140
141
+
If you are using the npm package, import the package and its CSS file.
141
142
```js
142
-
// If you are using the npm package,
143
-
// import the package and its CSS file.
144
143
importmuzefrom'@chartshq/muze';
145
144
import"@chartshq/muze/dist/muze.css";
145
+
```
146
146
147
-
// If you are using CDN, import it as follows:
147
+
If you are using CDN, use it as follows:
148
+
```js
148
149
constmuze=window.muze;
149
150
```
150
151
@@ -266,4 +267,4 @@ Please contribute to our public wishlist or upvote an existing feature at [Muze
266
267
267
268
## License
268
269
269
-
[Custom License](http://muzejs.org/muze-wa/eula) (Free to use)
270
+
[Custom License](http://muzejs.org/muze-wa/eula) (Free to use)
0 commit comments