You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'am trying to create a chart query but i'm not getting the results i want: this is how i did: <ods-dataset-context context="mycontext" mycontext-dataset="mycontext"><ods-chart timescale="year"> <ods-chart-query context="mycontext" field-x="date" timescale="hour" series-breakdown="zone"> <ods-chart-serie expression-y="occupation" chart-type="line" function-y="AVG" color="range-Accent"> </ods-chart-serie> </ods-chart-query> </ods-chart></ods-dataset-context>
this code shows :
and i want to show days (like Monday, Tuesday..) instead of 20 Jan 2015 like this:
and i want to keep time scale. How can i do this?
Thank you very much
The text was updated successfully, but these errors were encountered:
Hi,
I'am trying to create a chart query but i'm not getting the results i want: this is how i did:
<ods-dataset-context context="mycontext" mycontext-dataset="mycontext"><ods-chart timescale="year"> <ods-chart-query context="mycontext" field-x="date" timescale="hour" series-breakdown="zone"> <ods-chart-serie expression-y="occupation" chart-type="line" function-y="AVG" color="range-Accent"> </ods-chart-serie> </ods-chart-query> </ods-chart></ods-dataset-context>
this code shows :
and i want to show days (like Monday, Tuesday..) instead of 20 Jan 2015 like this:
and i want to keep time scale. How can i do this?
Thank you very much
The text was updated successfully, but these errors were encountered: