Open physchemcoder opened 7 years ago
Thanks for the report. Can you do this as a jsfiddle / jsbin instead? Its a lot easier to reproduce that way, and ensures we have common understanding of the problem.
Thanks for prompt response. Here you go. Please let me know if it doesn't work for you. http://jsfiddle.net/3c48r3w2/7/
Can anyone take a look at the repro? Thanks.
Please don't feel ignored. There are a lot of issues, and every developer is doing this on their own time, so sometimes it takes a while.
+1
I define the customizeMinorLabels function below to add unit(like s or ms) to the minor labels in the Graph2d X axis. It actually works and I can see the customized minor labels. But I also see the error message below shown up in developer console window. It seems that validation code is not happy with my customizeMinorLabels function. Is it a code bug in validation? Or I don't use minorLabels correctly?