hestiaAI / hestialabs-experiences

HestiaLabs Data Experiences & Digipower Academy
https://digipower.academy
Other
7 stars 1 forks source link

Host data-experience on a CDN #1160

Closed andreaskundig closed 1 year ago

andreaskundig commented 1 year ago

This should not affect the rest of the code, but it's still better to test it before merging

andreaskundig commented 1 year ago

I already published the package on the cdn.

Besides exporting TheDataExperience, It also exports some charts: chartViewBar, chartViewGenericMap and chartView, which should be able to instantiate all the others Here's an example of our dumbest chart, served directly from github https://raw.githack.com/hestiaAI/hestialabs-experiences/431db2037d831d646549b9e0b40acef30c232526/data-experience/example/chart.html

See the code here https://github.com/hestiaAI/hestialabs-experiences/blob/431db2037d831d646549b9e0b40acef30c232526/data-experience/example/chart.html

valentinoli commented 1 year ago

Closes #1159 #1085