-
Notifications
You must be signed in to change notification settings - Fork 72
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Feature Request]: Wind Rose & Polar Histogram #6
Comments
@hz14np did you happen to find a working wind rose chart? |
You can add basically any visualization library into Thingsboard inside the widget under 'Resources' and start right off. I use primarily Echarts and add it via: https://cdnjs.cloudflare.com/ajax/libs/echarts/5.3.2/echarts.min.js You then need to add it to the widget container through: `
` This is a part of a starting template I use when creating new charts. Important to note is that 'option' is the chart configuration seen as in examples of Echarts like this sunburst for example. While Thingsboard has amped up production of certain widgets as of late you cant know for sure, when a widget will drop that fits your requirements. Therefore I advise on trying it yourself. |
Alright, thank you for the headstart @X1folta, I will try and write one myself! |
Hi,
Thank you for your great work! Simply love it!
Would you happen to be working on a Wind Rose chart (example: https://jsfiddle.net/y64cLs5j/2/) or a Polar plot with binned histogram (example: https://www.mathworks.com/help/matlab/ref/polarhistogram.html) chart widgets?
The text was updated successfully, but these errors were encountered: