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

LineChart now has an option that disables scaling of the X axis #129

Merged
merged 8 commits into from
Feb 16, 2019

Conversation

mum4k
Copy link
Owner

@mum4k mum4k commented Feb 16, 2019

Useful for applications that want to continuously feed data and make
them "roll" through the linechart.

Also exposing a method that returns the observed capacity of the
LineChart the last time Draw was called.

Fixes #123

Rather than assuming it is always zero.
Useful for applications that want to continuously feed data and make
them "roll" through the linechart.

Also exposing a method that returns the observed capacity of the
LineChart the last time Draw was called.
@coveralls
Copy link

coveralls commented Feb 16, 2019

Pull Request Test Coverage Report for Build 768

  • 123 of 143 (86.01%) changed or added relevant lines in 5 files are covered.
  • 1 unchanged line in 1 file lost coverage.
  • Overall coverage decreased (-0.04%) to 90.579%

Changes Missing Coverage Covered Lines Changed/Added Lines %
widgets/linechart/linechart.go 82 102 80.39%
Files with Coverage Reduction New Missed Lines %
widgets/linechart/linechart.go 1 83.27%
Totals Coverage Status
Change from base Build 761: -0.04%
Covered Lines: 5067
Relevant Lines: 5594

💛 - Coveralls

@mum4k mum4k changed the title LineChart now has an option that disables scaling of X axis LineChart now has an option that disables scaling of the X axis Feb 16, 2019
@mum4k mum4k merged commit 73a6514 into devel Feb 16, 2019
@mum4k mum4k deleted the unscaled-x branch February 16, 2019 06:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants