Announcement

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

    FacetChart Primary Axis and Extra Axis value standardization

    Hi Isomorphic, I am currently using SmartGWT EE 6.1P and working on dual-axis FacetChart.

    Would like to know is there anyway to make both primary and extra axis value to be the same?

    I tried to use axis start and end value for primary axis but not sure how to do the same to extra axis. both data will be different but I need to get them having the same axis value.
    Refer to the following image as example.

    Click image for larger version

Name:	2019-03-06_11-50-52.png
Views:	44
Size:	56.8 KB
ID:	257098

    Kindly let me know how to make this happen. Thank you.

    #2
    For additional axes you can set axisStartValue / axisEndValue via defining MetricSettings for the additional axis.

    Comment

    Working...
    X