Graph as per date (No time)

0
I dont want time in my graph, it should be just date only. How can I get that  
asked
4 answers
0

Hi Akhil,

 

Pls tell me the attribute which you are using and it's datatype for x axis 

answered
0

Selected as date only 

 

answered
0

Please find the chart properties

 

answered
0

Hi Akhil,

 

In the Chart properties window, select the Advanced tab. Then add the following configuration in the Layout options:

{
  "xaxis": {
    "dtick": "D1"
  }
}

That should set the interval for ticks to days. Make sure to set the Mode to Advanced as well.

answered