-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Binding Apex Chart to Tag History Ignition Perspective 8.1 #45
Comments
Yes but you need to specify the correct options. Use the following options:
Here is some example data (series property):
Of course the type is line. The line chart example we include in the module is a category chart, not time series. The example above is time series. You can bind the series data to tag history binding as either a document or dataset. |
I added a time series example in 1.0.15: https://github.com/Kyvis-Labs/ignition-apexcharts-module/releases/tag/1.0.15 |
The tooltip for the x axis date format is not in the xaxis object. You simply add tooltip to the options dictionary (top level, sibling next to xaxis). You can add the following:
Here is the full example:
|
Is there an easy way to bind Apex Chart to Tag History?
Refering to https://forum.inductiveautomation.com/t/apex-chart-problem-with-tag-history-formatting/62751,
when adding script transform, values are still not shown. Please check 3 pictures in attachment.
The text was updated successfully, but these errors were encountered: