Custom Style Time Series Chart

Hello IA Community:

I am currently creating a dashboard in ignition and would like to know how I can create a time series chart that looks like google's exchange rate chart like the image below

For example if I have a tag for a transformer output power and I want to show the history in this style of a time series chart.

Thank you for your insights

I would use a Multi-State Button for the options up top. Bind its value to a custom view property, and create two other view properties, startDate and endDate, whose values adjust based on the selected button value. Use those to generate a Tag History Binding on a TimeSeriesChart.

Customizing it all to look just like that is a matter of styling the various button and chart properties. I like that gradient fill, but that currently isn't available as an option (you can apply a solid fill with an overall given opacity).

1 Like

@bmusson has his Embr-Charts module that has some amazing looking charts, it may be possible you could do a gradient fill like your image.

1 Like