Lines Matching refs:plugin
3 All you need to do to make a new plugin is creating an init function
18 Now, given that the plugin might run in many different places, it's
27 // plugin definition
38 Here is a simple debug plugin which alerts each of the series in the
86 This simple plugin illustrates a couple of points:
97 ## Shutting down a plugin ##
118 them because the plugin user may have several plots on the same page
119 where only one should use the plugin. In most cases it's probably a
120 good idea if the plugin is turned off rather than on per default, just
123 If the plugin needs options that are specific to each series, like the
142 be public API, and code is going to depend on them if the plugin is