Hello, on my project i import data from a database dynamically. On my axisX i have date value but when i display the column chart, there is only one column for multiple value on the same date.
It is possible to dinstinct them ?
I can have an alternativ, if i display my value by an ID on axisX but the problem in this case is when to successive value with a gap on ID (like 50) i have a big space between two column, by date its note a problem but by ID its not relevant.
There is a solution to get two distinct column for the same date or a solution to delete spaces between two column ?
Thanks.