Community Tip - If community subscription notifications are filling up your inbox you can set up a daily digest and get all your notifications in a single email. X
Now i got line chart like picture below but i want to modify something
1.X-Axis that is a time didn't show full date
2.On the right hand side, i want to edit sequence that L.33 is first one and then L.34 , L.35 respectively.
Thank you
Solved! Go to Solution.
Hi @DR_10558933
For Line Chart, you can try changing XAxisType to Date/Time and set XAxisDateFormatToken. Also, set HorizontalAxisLabelsRotation to 0.
In Widget Style Properties, reduce Xaxis Tick Label font size to fit into the chart
For sequence, you can set NumberOfSeries to 7. Select DataField based on your sequence
/VR
Hi @DR_10558933
For Line Chart, you can try changing XAxisType to Date/Time and set XAxisDateFormatToken. Also, set HorizontalAxisLabelsRotation to 0.
In Widget Style Properties, reduce Xaxis Tick Label font size to fit into the chart
For sequence, you can set NumberOfSeries to 7. Select DataField based on your sequence
/VR
another question, can i change format when i put the mouse to some point at the line chart ?
How i can custom the ${label} to get short detail and disable value at graph that show upper pointer
Hi @DR_10558933
I don't think we can customize label value in Mashup Runtime.
If you want a custom label, you can add a new field with a custom value and update the tooltip with Template Literals
To display custom field as Tooltip
${Data:<Infotable-field>}
Article -
Article - CS369558 - Using Custom Tooltips in Line Chart in ThingWorx Platform (ptc.com)
The article says that the issue was fixed in 9.3.4 but it is still not working
/VR