Skip to content

cquartier/flot.dashes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

flot.dashes

Flot plugin to provide dashed lines

Usage

options = {
    series: {
        dashes: {
            
            // show
            // default: false
            // Whether to show dashed line for the series
            show: <boolean>,

            // lineWidth
            // default: 2
            // Width of the dashed line in pixels
            lineWidth: <number>,

            // dashLength
            // default: 10
            // Controls the length of the invdividual dashes and the amount of
            // space between them.
            // If this is a number, the dashes and spaces will have that length.
            // If this is an array, it is read as [ dashLength, spaceLength ]
            dashLength: <number> or <array[2]>
        }
    }
}

About

Dashed line plugin for flot (flotcharts.org)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published