Skip to content
This repository was archived by the owner on May 2, 2022. It is now read-only.

Commit b58350a

Browse files
committed
Merge branch 'release/v1.2.0'
2 parents 4a7ae3a + 81f9f73 commit b58350a

File tree

176 files changed

+21404
-4022
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

176 files changed

+21404
-4022
lines changed

.github/ISSUE_TEMPLATE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<!--
22
Note: If the issue is about feature request, then please also create the same on our feedback website, with the issue id. We will prioritize the feature requests based on the upvotes on our feedback site.
3-
Visit at: https://feedback.muze.charts.com
3+
Visit at: https://feedback.muzejs.org/
44
-->
55

66
**Do you want to request a *feature* or report a *bug*?**

AUTHORS

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
1-
Akash Ghoswami <akash@charts.com>
2-
Mridul Meharia <mridul@charts.com>
3-
Ranajit Banerjee <ranajit.banerjee@charts.com>
4-
Sushrut Shivaswamy <sushrut@charts.com>
5-
Rousan Ali <rousan@charts.com>
6-
Sandeep Acharya <sandeep@charts.com>
7-
Subhash Haldar <subhash@charts.com>
8-
Ujjal Kumar Dutta <ujjal@charts.com>
1+
Akash Ghoswami <akashgoswami90s@gmail.com>
2+
Mridul Meharia <mehariamridul@gmail.com>
3+
Ranajit Banerjee <ranajit.113124@gmail.com>
4+
Sushrut Shivaswamy <sushrut.shivaswamy@gmail.com>
5+
Rousan Ali <rousanali786@gmail.com>
6+
Ujjal Kumar Dutta <duttaujjalkumar@live.com>
7+
Sanjay Kumar Mahto <mahto.sanjay41@gmail.com>
8+
Adarsh Lilha <adarshlilha@gmail.com>
9+
Swati Mukherjee <swati020494@gmail.com>
10+
Sandeep Acharya
11+
Subhash Haldar

LICENSE

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
1-
##MuzeJS License
2-
31
MIT License
42

5-
Copyright (c) 2018 Charts.com
3+
Copyright (c) 2018 MuzeJS.org
64

75
Permission is hereby granted, free of charge, to any person obtaining a copy
86
of this software and associated documentation files (the "Software"), to deal

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ Muze uses an in-browser [DataModel](https://github.com/chartshq/datamodel) to st
3636
Insert the muze build and the required CSS into the `<head>`:
3737

3838
```html
39-
<link href="https://cdn.charts.com/lib/muze/core/latest/themes/muze.css" rel="stylesheet">
40-
<script src="https://cdn.charts.com/lib/muze/core/latest/muze.js" type="text/javascript"></script>
39+
<link href="https://cdn.muzejs.org/lib/muze/core/latest/themes/muze.css" rel="stylesheet">
40+
<script src="https://cdn.muzejs.org/lib/muze/core/latest/muze.js" type="text/javascript"></script>
4141
```
4242

4343
### NPM
@@ -127,21 +127,21 @@ canvas
127127
.mount("#chart"); // Specify an element to mount on using a CSS selector
128128
```
129129

130-
See [charts.com/muze/docs](https://www.charts.com/muze/docs) for more documentation!
130+
See [muzejs.org/docs](https://muzejs.org/docs) for more documentation!
131131

132132
You also can checkout our Yeoman Generator [generator-muze](https://github.com/chartshq/generator-muze) to try out the **muze** through a boilerplate app.
133133

134134
## Documentation
135135

136-
You can find detailed tutorials, concepts and API references at [charts.com/muze/docs](https://www.charts.com/muze/docs).
136+
You can find detailed tutorials, concepts and API references at [muzejs.org/docs](https://muzejs.org/docs).
137137

138138
## Support
139139

140-
Please raise a [Github issue](https://github.com/chartshq/muze/issues/new), or contact us at [muze@charts.com](mailto:muze@charts.com).
140+
Please raise a Github issue [here](https://github.com/chartshq/muze/issues/new).
141141

142142
## Roadmap
143143

144-
Please contribute to our public wishlist or upvote an existing feature at [Muze Public Wishlist & Roadmap](https://feedback.muze.charts.com)
144+
Please contribute to our public wishlist or upvote an existing feature at [Muze Public Wishlist & Roadmap](https://feedback.muzejs.org)
145145

146146
## Contributing
147147

dist/muze.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/muze.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/data/bank.csv

Lines changed: 11163 additions & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)