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

Extends Bar chart with support for baseline, as well as outline and tooltip on hover #31

Closed
wants to merge 50 commits into from

Conversation

fjmorel
Copy link

@fjmorel fjmorel commented Sep 11, 2013

I'm using this in a project of mine and needed hover effects. So I coded it.

The baseline has a height of 1 by default. The tooltip is just the value of the hovered bar and only appears if the outlineWidth > 0 (like the outline), so the hover stuff is off by default.

I know, I need to remove it.
Better defaults and support for different sizes
chart type-independent event listeners in plugin prototype
-Set canvas width to clear canvas instead of drawing white rectangle
-Lots of little things to help minify the script further
-Parameters match official v2.0.0 except for stroke is line and my
additions
-Docs still outdated
Updated page to include function that randomly filters a chart and
refreshes it. Hoping to build range filters for another project.
Now that I'm using, I encountered some issues
defaults and documentation are horrible right now because everything is
still a work in progress
Listing new properties with examples, but not explanations yet
still needs some fixes to match plain bar chart functionality
so to change sub-properties, you have to set the whole group
I still need to implement different gaps for between series and between
groups on bar charts
some minification improvements
Includes buffer in line/bar charts to avoid a chart going to the very
edge
Line and Bar replaced with Combo (supports both in same chart!). Huge
reduction in code size thanks to that, but more code to specify charts
now. Code is a mess and docs are woefully out of date. Charts on
index.nodoc.html work.
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

Successfully merging this pull request may close these issues.

None yet

1 participant