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

Commit

Permalink
Merge branch 'release/v1.2.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
rousan committed Mar 26, 2019
2 parents 4a7ae3a + 81f9f73 commit b58350a
Show file tree
Hide file tree
Showing 176 changed files with 21,404 additions and 4,022 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<!--
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.
Visit at: https://feedback.muze.charts.com
Visit at: https://feedback.muzejs.org/
-->

**Do you want to request a *feature* or report a *bug*?**
Expand Down
19 changes: 11 additions & 8 deletions AUTHORS
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
Akash Ghoswami <[email protected]>
Mridul Meharia <[email protected]>
Ranajit Banerjee <[email protected]>
Sushrut Shivaswamy <[email protected]>
Rousan Ali <[email protected]>
Sandeep Acharya <[email protected]>
Subhash Haldar <[email protected]>
Ujjal Kumar Dutta <[email protected]>
Akash Ghoswami <[email protected]>
Mridul Meharia <[email protected]>
Ranajit Banerjee <[email protected]>
Sushrut Shivaswamy <[email protected]>
Rousan Ali <[email protected]>
Ujjal Kumar Dutta <[email protected]>
Sanjay Kumar Mahto <[email protected]>
Adarsh Lilha <[email protected]>
Swati Mukherjee <[email protected]>
Sandeep Acharya
Subhash Haldar
4 changes: 1 addition & 3 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
##MuzeJS License

MIT License

Copyright (c) 2018 Charts.com
Copyright (c) 2018 MuzeJS.org

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ Muze uses an in-browser [DataModel](https://github.com/chartshq/datamodel) to st
Insert the muze build and the required CSS into the `<head>`:

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

### NPM
Expand Down Expand Up @@ -127,21 +127,21 @@ canvas
.mount("#chart"); // Specify an element to mount on using a CSS selector
```

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

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

## Documentation

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

## Support

Please raise a [Github issue](https://github.com/chartshq/muze/issues/new), or contact us at [[email protected]](mailto:[email protected]).
Please raise a Github issue [here](https://github.com/chartshq/muze/issues/new).

## Roadmap

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

## Contributing

Expand Down
2 changes: 1 addition & 1 deletion dist/muze.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/muze.js.map

Large diffs are not rendered by default.

11,163 changes: 11,163 additions & 0 deletions examples/data/bank.csv

Large diffs are not rendered by default.

0 comments on commit b58350a

Please sign in to comment.