You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now when I draw a plot it takes very little of the available horizontal space
I always end up dragging the chart to take the full available horizontal chart and find it an annoying extra step to have to do everytime
Would it be possible to do one of the following:
Use the full horizontal space by default
Make the default based upon number of data points passed to the chart. E.g. if I pass 1,000 points then it'd be reasonable to use the full space. If only 20 are passed then maybe you don't need to
Provide an option that lets me specify a number of pixels or percentage width to create the chart with. Then I don't have to drag the chart again when the data is updated
The text was updated successfully, but these errors were encountered:
benmccann
changed the title
Utilize
Utilize additional horizontal space when plotting
Aug 11, 2018
Thanks, @benmccann we would look into that along with #7743. In the meantime setting property InitWidth & InitHeight would help in specifying the number of pixels for charts.
Right now when I draw a plot it takes very little of the available horizontal space
I always end up dragging the chart to take the full available horizontal chart and find it an annoying extra step to have to do everytime
Would it be possible to do one of the following:
The text was updated successfully, but these errors were encountered: