@fleh said in Bug with amcharts(?): Preview works but page view does not:
I actually wanted to emphasize how much I appreciate your forum support. Many help pages are really good and the coverage with video tutorials is excellent to get an overview.
Thanks!
@fleh said in Bug with amcharts(?): Preview works but page view does not:
I spent quite a bit of time on issues already which where incomplete or missed critical info. For example, the help pages for egauge, egauge datapoint, Environment Canada Data Point, ""Environment Canada"", M Bus, and M Bus datapoint simply went AWOL..
I will check up on those. I am not sure that the Environment Canada DS is still supported, it is a very niche data source that can easily be replaced with a HTTP data source.
@fleh said in Bug with amcharts(?): Preview works but page view does not:
Thanks for the user module @Jared-Wiltshire! It does not work when copying it into a new page for me, but I'll go through it line-by-line to see what its purpose is. Have a nice weekend, y'all!
It doesn't go directly into the page markup, you save it into a .js file and reference it from UI Settings -
https://help.infiniteautomation.com/getting-started-with-a-user-module
Basically it defines a new component, then you use the component inside your page. e.g.
<my-chart point-values="pointvalues"></my-chart>