Created
March 22, 2015 11:53
-
-
Save yutannihilation/41b4efc3aad7ee9946d4 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # No responsiveness | |
| chartist(data, day) + | |
| Line(x_labelInterpolationFnc = JS_interp(4, offset = 2)) | |
| # responsiveness | |
| chartist(data, day) + | |
| Line(x_labelInterpolationFnc = JS_interp(4, offset = 2)) + | |
| Line(x_labelInterpolationFnc = JS_interp(13, offset = 2), responsive_query = "screen and (min-width: 641px) and (max-width: 1024px)") |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment