Skip to content

Instantly share code, notes, and snippets.

@yutannihilation
Created March 22, 2015 11:53
Show Gist options
  • Select an option

  • Save yutannihilation/41b4efc3aad7ee9946d4 to your computer and use it in GitHub Desktop.

Select an option

Save yutannihilation/41b4efc3aad7ee9946d4 to your computer and use it in GitHub Desktop.
# 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