gionkunz / chartist-plugin-threshold

Threshold Plugin for Chartist.js
Do What The F*ck You Want To Public License
29 stars 38 forks source link

Fix documentation #1

Closed zeratulmdq closed 9 years ago

zeratulmdq commented 9 years ago

Inside readme.md you have the following:

.ct-area.ct-threshold-above {
    stroke: #f05b4f;
}

.ct-area.ct-threshold-below {
    stroke: #59922b;
}

"stroke" should be changed to "fill" in both lines. It's fixed in the sample-styles.scss file but not in the docs, I spent four hours figuring out what was wrong with my chart code haha.

A pull request for this seemed like too much.

BTW, great job with chartist.js!

gionkunz commented 9 years ago

Hey there! Thanks for the isse... crap.. I've fixed this in the example CSS but then missed the readme :-/ . Thanks for that and sorry you wasted your time!

gionkunz commented 9 years ago

I've updated the readme. Cheers!