Hi team! is there an example repo of gooddata impl...
# gd-beginners
e
Hi team! is there an example repo of gooddata implementing highcharts as custom visualization?
j
Hello, all our GD.UI visualizations are based on high charts
The library is called GoodData.UI, and two options are currently available from our GitHub repository:
• A fully open source implementation of the attributes-filters-measures querying pattern with pluggable back end.
• An extension of the open source library that includes Highcharts-based visualizations; since Highcharts itself is not open-source, this extension is only available under a proprietary license too. However, the source code is fully available in the GitHub repository.
doc: https://sdk.gooddata.com/gooddata-ui/docs/why_gdui.html#reference-implementation repo: https://github.com/gooddata/gooddata-ui-sdk live examples: https://gdui-examples.herokuapp.com/
👍 2
e
this is perfect! thanks for all the resources
So if I wanted to implement a version of a choropleth map that is available in highcharts I can start from the configuration for a pushpin map? https://www.highcharts.com/docs/maps/map-series
j
Yes, that would be a good base for the choropleth map
1
j
@Eugene Kim here's another example that implements Sankey Dependency Wheel as a Dashboard Plugin using Highcharts: https://github.com/gooddata/gooddata-plugin-examples/tree/master/sankey_dependency_wheel_plugin.
🙌 1