Community Tip - Visit the PTCooler (the community lounge) to get to know your fellow community members and check out some of Dale's Friday Humor posts! X
Hello
I need to show a chart that works exactly like X-Y chart, but with the possibility to show at the X asix a date string (or a timestamp) and on Y a value".
X-Y Chart does not allow to use string or timestamp on X ... this is the problem. This is what I get
Graphically it is OK, the problem is that X are "days" theoretically, but to get this "effect" I had to use a pure number, 1 to n (on picture X labels are hidden). But a number is not easy to unterstand as a date (expecially with hover values)
I tried so the Label Chart (with marker chart type) that is very flexible, but I get this ... because for each record it creates a new "label" so it "shift each new label right"
original valus are something like
DAY Y-VALUE STATUS X_VALUE_USED_FOR_XYCHART
01-09 0 Off 1
01-09 1 Off 1
01-09 2 Off 1
01-09 3 ON 1
01-09 4 ON 1
01-09 5 Off 1
.......
02-09 1 Off 2
02-09 2 Off 2
02-09 3 ON 2
02-09 4 ON 2
02-09 5 Off 2
02-09 6 Off 2
02-09 7 Off 2
........
I can't find a chart that allows to obtain the label chart style, but with "vertical" lines.
It would be useful a label chart widget that "aggregate" X values to the same column
or a X-Y chart allowing datetime or string as X values
Regards
______
Ivano
Hello Ivano,
Here are few ideas, all of which may address your use case with different degree of ugliness:
Regards,
Constantine