Skip to content
This repository was archived by the owner on Feb 15, 2022. It is now read-only.

Conversation

@timeu
Copy link
Contributor

@timeu timeu commented Mar 9, 2016

Add MotionChart and a corresponding MotionChartOptions class and
"motionchart" enum to the ChartPackage class.
Unlike the other charts MotionChart is not responsive. In order to keep the
same behavior as the other chart types, the MotionChart will determine if
width or height are specified. If not it will assume to resize if the available
space. For this to work, the access level of the Options variable inside of
the ChartWidget had to be changed from private to protected.

This fixes #53

Add MotionChart and a corresponding MotionChartOptions class and
"motionchart" enum to the ChartPackage class.
Unlike the other charts MotionChart is not responsive. In order to keep the
same behavior as the other  chart types, the MotionChart will determine if
width or height are specified. If not it will assume to resize if the available
space. For this to work, the access level of the  Options variable inside of
the ChartWidget had to be changed from private to protected.

This fixes google#53
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Missing "MotionChart" ChartPackage

1 participant