I have the following problem with bar chart or pie chart type graphics in Vision, ignition 8. All Datasets come by default as integer type data in the data property. When trying to dynamize by a "Cell update" and assign a TAG, the chart gives an error, I think it is possible because all the data types of my project are "Double" and in other cases "Float". I very much appreciate the help of the forum.
Post the actual error, because it's almost certainly not the data types, as the charts will happily coerce anything that's sufficiently close to a number.
Console error shown
Remake your dataset or otherwise adjust the static type assumed in the dataset to float or double.
Excuse my doubt, I am new with ignition. How can I do this, since the demo already comes with a predefined integer dataset, how can I delete this and create a new one?
Click the button on the right hand side and delete the North Area column.
Add a new column, with whatever name you want and a new data type (float or double).
Set up your cell update binding again
1 Like