-
Notifications
You must be signed in to change notification settings - Fork 81
Home
This page contains information for contributors. If you are looking for information about how to use Vizzu, please visit our documentation site.
Welcome Vizzu Contributor!
Roadmap page is a comprehensive list of tasks we want to do in the future.
It is a good place to start if you want to contribute to Vizzu.
In case you have something else in mind, that's awesome and we are very interested in hearing about it.
If you would like to discuss something or you have any questions or ideas please contact us at our Slack #dev channel (see Contact).
Despite Vizzu's core being written in C++, there are a lot of ways you can contribute:
- fix issues with JS API
- create addons
- create howtos
- or just build on Vizzu and create an app or dataviz. We'd love to see what you build and assist you along the way if you need any help.
Check out our roadmap for planned features.
We would be happy to see Vizzu become available in a growing number of different environments. We'd very much appreciate your help in the following:
- Bindings for different programming languages
- Integrations for different software
- Connectors to data sources, databases
See planned bindings and integrations.
You can find our open issues in the project's issue tracker. Please let us know if you find any issues or have any feature requests there.
You can find information about how to work on the project in the following guides:
Feel free to fork the project and send us a pull request. Any contribution you make is greatly appreciated.
Vizzu uses a CI build environment. The builds are available on the following URLs. However, you should use these only for development purposes since they are subject to frequent and sometimes unstable changes.
-
build from the HEAD commit of the main branch:
https://vizzu-lib-main.storage.googleapis.com/lib/vizzu.js
and the minified, boundled version:
https://vizzu-lib-main.storage.googleapis.com/lib/vizzu.min.js
-
all builds on the main branch of the past 30 days:
https://vizzu-lib-main-sha.storage.googleapis.com/lib-HASH/vizzu.js
where HASH is the first 7 character of the commit's git hash.