Commit c095d66b authored by Julien Thomas's avatar Julien Thomas

Pie: Whitespace cleanup, this file uses tabs for indentation

parent 7a229212
...@@ -586,10 +586,10 @@ More detail and specific examples can be found in the included HTML file. ...@@ -586,10 +586,10 @@ More detail and specific examples can be found in the included HTML file.
triggerClickHoverEvent('plothover', e); triggerClickHoverEvent('plothover', e);
} }
function onClick(e) function onClick(e)
{ {
triggerClickHoverEvent('plotclick', e); triggerClickHoverEvent('plotclick', e);
} }
// trigger click or hover event (they send the same parameters so we share their code) // trigger click or hover event (they send the same parameters so we share their code)
function triggerClickHoverEvent(eventname, e) function triggerClickHoverEvent(eventname, e)
...@@ -612,7 +612,7 @@ More detail and specific examples can be found in the included HTML file. ...@@ -612,7 +612,7 @@ More detail and specific examples can be found in the included HTML file.
// highlight the slice // highlight the slice
if (item) if (item)
highlight(item.series, eventname); highlight(item.series, eventname);
// trigger any hover bind events // trigger any hover bind events
var pos = { pageX: e.pageX, pageY: e.pageY }; var pos = { pageX: e.pageX, pageY: e.pageY };
...@@ -744,7 +744,7 @@ More detail and specific examples can be found in the included HTML file. ...@@ -744,7 +744,7 @@ More detail and specific examples can be found in the included HTML file.
} }
} }
}; };
$.plot.plugins.push({ $.plot.plugins.push({
init: init, init: init,
options: options, options: options,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment