Hi,
Thank you so much for your reply! I’ll report my doubut also on the client Git-Hub.
I’d like to use this occasion to ask you another question:
Let’s say that I have many log calls inside my code (each one register some measures)and I want to associate to each of them a different x-axis sequence for the dashboard chart.
I know that it is possible to do that by adding your customized step’s sequence as an additional measure in the same logs and then manually set it as x-axis on the dashboard.
Anyway I’d like to set the step (x-axis variable) automatically from the log call.
I tried with step
argument, but since I want different customized sequences for different logs call this doesn’t work (because step is supposed to be an increasing sequence shared between all the calls) .
Is there a way to set a different x-axis sequence for different groups of logged measures in a automatic way (instead of doing it manually chart by chart on the dashboard)?