Skip to content
This repository has been archived by the owner on Jan 2, 2024. It is now read-only.

StefanDorresteijn/Flot-Axislabels-Coffeescript

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Flot-Axislabels-Coffeescript

https://github.com/markrcote/flot-axislabels translated to CoffeeScript.

Code remains entirely unchanged except for the translation to CoffeeScript and is used in the exact same way as the original.

Usage example

graphPlot = $.plot($("#graph-lines"), graphData,
  axisLabels:
    show: true

  series:
    lines:
      show: false

    shadowSize: 0

  grid:
    color: "#646464"
    borderColor: "#c3c3c3"
    borderWidth: 0
    hoverable: true

  xaxis:
    axisLabel: "fu"
    tickColor: "#c3cc3"
    min: 0
    max: 100

  yaxis:
    axisLabel: "bar"
    min: 0
    max: 100
    tickColor: "#c3c3c3"
)

Releases

No releases published

Packages

No packages published