Replies: 1 comment 1 reply
-
Thanks for the question. I'm hopefully going to be able to take a look at this this week and let you know. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I need to add an aircraft centre of gravity envelope to a cartesian chart incorporating line and scatter graphs. The desired shape is as below:
Example points
I have tried useLinePath and useAreaPath with custom path components, but the path ends up 'unfolded' in a linear fashion. I have tried changing the X axis into a string to retain the original sorting order, I have tried an ascending order, but the shape is still not right.
I had this shape working directly with Skia paths and canvas, but I would like to take advantage of the configuration provided by the package.
Is this something that is possible for Victory Charts?
Beta Was this translation helpful? Give feedback.
All reactions