Ignition version 8.1.13.
Chart type - bar chart.
Data incoming from a DB.
Having issue with zoom, any idea how I can fix this or what i am doing wrong?
That's not a bar chart. Can you verify that you're working with the intended component? My guess is that you are actually working with a basic chart.
Compare the icons in the project browser: Bar Chart vs Chart
I've had no luck recreating what is depicted in your video. Can we see some sample data?
Example:
I'm still unable to replicate this problem:
I have a SQL query binding on the data property. The datatypes of the SQL table are DATETIME and DOUBLE.
Do you see any differences in the property settings?


I am using margin in Dataset Properties
Data type is float in my case not DINT.
And data has gaps between, for example can be 5 samples at 3.06.2023 then another 10 data points at 4.06.2023 then few more samples next day 05.06.2023.
In 1 day date difference between each point can be from 5 minutes to few hours.
I tested without margin and it has same issues
Adding data example
Data.csv (2.9 KB)
I tried it using only your sample data via a SQL query binding with the value datatype set as FLOAT, and it worked properly, so I'm out of ideas. Perhaps you could file a ticket with support, and let them look at this directly. I would like to know what the problem turns out to be.
Are you doing any scripting? ...such as configureChart?
Thanks for your time. No, just direct binding from a DB. Without any scripting