Also, how can I set the chart to in chronological order to where the oldest dates are to the left and the newer dates are to the right (opposite of how Zoho Creator deafults the view).
chart x42_4_Way_Usage1
{
displayname = "74x42 4-Way Usage"
type = XYLINE
show all rows from Main
(
x-axis
(
title = "Date"
field = Date_field
)
y-axis
(
title = "Usage"
fields = Usage_P2_SQUD7442N4, Usage_P1_SQUD7442N4
)
)
options
(
width = 1200
)
}
Is there anyplace that lists out the variables for the chart?