jQPlot icon indicating copy to clipboard operation
jQPlot copied to clipboard

JQplot revival

Results 43 jQPlot issues
Sort by recently updated
recently updated
newest added

# Problem description Using Github Pages for the documentation makes better sense that the wiki for several reasons, but not limited to: - Easier to maintain on a technical level....

docs
epic

# Description There is a lot of good examples in the old repo. Most of these should be present on the new Github pages. # Todo Convert by a simple...

docs
in progress

Hello, I think there is some sort of conflict in the Pie Chart highlighter part. The "showDataCategoryOnHover" is somewhat unclear, does it enable a tooltip ? Doesn't it contradict with...

question

Document all migrations in this wiki page: https://github.com/svandecappelle/jQPlot/wiki/Pull-request-merged-from-bitbucket-original-project Refer to this issue number when merging the code so the list of what has been integrated will be automatically created as...

epic

This seems to be the most actively developed upon Repo for JqPlot out there. However, there doesn't seem to be a lot of documentation concerning what is contained in each...

question

The defaultTickFormatter in jqplot.axisTickRenderer applies the sprintf with the formatString only for number values. jqplot.axisTickRenderer, line 164 : ``` javascript $.jqplot.DefaultTickFormatter = function (format, val) { if (typeof val ==...

enhancement