Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Utilize additional horizontal space when plotting #7750

Open
benmccann opened this issue Aug 11, 2018 · 1 comment
Open

Utilize additional horizontal space when plotting #7750

benmccann opened this issue Aug 11, 2018 · 1 comment

Comments

@benmccann
Copy link
Contributor

Right now when I draw a plot it takes very little of the available horizontal space

current

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

proposed

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
@benmccann benmccann changed the title Utilize Utilize additional horizontal space when plotting Aug 11, 2018
@LeeTZ
Copy link
Contributor

LeeTZ commented Aug 14, 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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants