Skip to content

Commit

Permalink
Corrected README.md documentation on line tracking feature. Resolves #…
Browse files Browse the repository at this point in the history
  • Loading branch information
Roundaround committed May 11, 2015
1 parent d6b827e commit 08d3a09
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,7 @@ In comments there are default values
y: int //20
}
defaultTheme: boolean //true
lines: {
track: boolean //false
threshold: number //0.05
}
lines: boolean //false
onHover: function(flotItem, $tooltipEl)
compat: boolean //false
}
Expand All @@ -66,8 +63,7 @@ In comments there are default values
- `dayNames` : check [#28](https://github.com/krzysu/flot.tooltip/issues/28)
- `shifts` : shift tooltip position regarding mouse pointer for `x` and `y`, negative values are ok
- `defaultTheme` : plugin have default theme build-in but here you can switch it off and adjust look of tip styling `#flotTip` (or whatever you set the id option to) in your CSS
- `lines.track` : whether or not to have a tooltip on hover for lines between points
- `lines.threshold` : the data-based threshold for the maximum distance from the line to show the tooltip
- `lines` : whether or not to have a tooltip on hover for lines between points
- `onHover` : callback that allows you i.e. change color of the border of the tooltip according to the currently hovered series
- `$compat` : whether or not to use compatibility mode - set this to true if you are using jQuery <1.2.6

Expand Down

0 comments on commit 08d3a09

Please sign in to comment.