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

Added support for MotionChart #65

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Added support for MotionChart #65

wants to merge 1 commit into from

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