Skip to content

Instantly share code, notes, and snippets.

@hatemalimam
Last active July 10, 2017 15:30
Show Gist options
  • Save hatemalimam/4877bcef2fbcffa7a6f5e5f6796b8f52 to your computer and use it in GitHub Desktop.
Save hatemalimam/4877bcef2fbcffa7a6f5e5f6796b8f52 to your computer and use it in GitHub Desktop.
ChartistJSF plugins
<ct:chart id="lineChart" type="line" model="#{chartDataBean.pluginsModel}" plugins="myPlugins"
styleClass="example-plugin-threshold">
</ct:chart>
<script>
//plugins array
var myPlugins =
[
Chartist.plugins.ctThreshold({
threshold: 4
})
];
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment