Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    #16
    You can see also in the following screenshot that the zoom-chart is not showing anything although there are two datapoints in the main chart:

    Click image for larger version

Name:	Bildschirmfoto 2016-04-06 um 13.57.54.png
Views:	54
Size:	190.3 KB
ID:	236581

    Comment


      #17
      You're using autoDeriveSchema and the SQL schema uses a datetime type, so your field is of type "datetime". Add an explicit declaration that you want the field to be type "date" to correct the issue.

      Comment


        #18
        You are right, thanks.

        The second issue with the empty zoom-graph, are you able to reproduce this ?

        Comment


          #19
          There's no way to show a functioning zoom interface when there are two data points.

          Let us know if you see a similar problem in a case where zooming actually makes sense.

          Comment

          Working...
          X