Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
350
Composite Charts
posted

I have a composite chart composed of scatter and line charts.  The charts share the X axis but each one uses Y and Y2 axes respectively and both Y axes are numeric.  I need a 2Dbar chart that shares the X axis with the above 2 and a string data type Y axis.  Is this possible? Thanks much!

Parents
No Data
Reply
  • 26458
    Offline posted

    As long as the X axis is numeric, it can be shared between scatter and bar layers. Line layers typically use a string X axis, unless you're using a scatter layer that connects its points. So it sounds like what you're describing should work fine. But if it doesn't, can youi post some more info and/or a code snippet?

Children