Musson Industrial’s Embr-Charts Module

Just curious if there is a more recent version of Embr-Charts that has the smoothiecharts built into it?

2 Likes

No, the Smoothie Charts feature never got merged. I wasn’t 100% happy with it, and it didn’t seem like there was much community interest.

I’m open to revisiting it though. What’s your use case? Sparklines?

I’ve got some high speed data streams (C37.118) that we want to visualize when we are paralleling different power sources (generators, batteries, utility). Did a demo with your smoothing charts and the smooth buffered animation looks really good and wasn’t a choppy update like all of the other graphs.

3 Likes

How were you updating the chart? Were you using the onChartUpdate event, or something else?

I ask because I've got like 3 different unique drafts of the component stashed away, and they all have very different update models.

Onchartupdate was nice, but whichever method you think is best I’ll make it work.