-
Notifications
You must be signed in to change notification settings - Fork 0
Comparing changes
Open a pull request
base repository: GCoverage/jquery-highchartTable-plugin
base: master
head repository: highchartTable/jquery-highchartTable-plugin
compare: master
- 18 commits
- 10 files changed
- 5 contributors
Commits on Jan 12, 2015
-
Agnès Haasser committed
Jan 12, 2015 Configuration menu - View commit details
-
Copy full SHA for a7b806e - Browse repository at this point
Copy the full SHA a7b806eView commit details
Commits on Jan 22, 2015
-
Merge pull request highchartTable#61 from TEA-ebook/dev/allow-many-th…
…eme-colors Allow many theme colors
Configuration menu - View commit details
-
Copy full SHA for b0df9fa - Browse repository at this point
Copy the full SHA b0df9faView commit details
Commits on Feb 14, 2015
-
Configuration menu - View commit details
-
Copy full SHA for 3456a13 - Browse repository at this point
Copy the full SHA 3456a13View commit details
Commits on May 5, 2015
-
Configuration menu - View commit details
-
Copy full SHA for 55bec56 - Browse repository at this point
Copy the full SHA 55bec56View commit details
Commits on Jun 7, 2015
-
add event to customize cleaning of cell values
Exemple of usage : ``` $('table.highchart') .on('highchartTable.cleanValue', function(value, options) { if (options.indexTr == 0) { options.value = options.value.replace(/\$/, ''); } }) .highchartTable() ``` List of options passed to the event : * value (that's the one that must be changed, contains the value already cleaned by HighchartTable) * rawValue : the value not cleaned by HighchartTable * td : jQuery objet of the td were the valued is extracted from * tr : jQuery objet of the tr where is td is readed from * indexTr : index of the tr (starts at 0) * indexTd : index of the td (starts at 1)Configuration menu - View commit details
-
Copy full SHA for b428420 - Browse repository at this point
Copy the full SHA b428420View commit details
Commits on Nov 14, 2015
-
Configuration menu - View commit details
-
Copy full SHA for 74cb452 - Browse repository at this point
Copy the full SHA 74cb452View commit details
Commits on Nov 15, 2015
-
Merge pull request highchartTable#74 from agallou/tests
add first tests on highchartTable
Configuration menu - View commit details
-
Copy full SHA for 59665be - Browse repository at this point
Copy the full SHA 59665beView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8f92897 - Browse repository at this point
Copy the full SHA 8f92897View commit details -
fix yaxis attributes on jquery2
`data-graph-yaxis-X-*` attributes doesn't work on jQuery 2 (but `data-graph-yaxisX-*` work). `data-graph-yaxis-X-*` works on the master branch of jQuery. In order to have a version that work on all jQury versions we have to support the `data-graph-yaxisX-*` version that will be the new norm. To avoid a Backward compatibility break, we need to support both versions of the attribute. * Now all `data-graph-yaxis` attributes could be written with or without a dash before the axis number. * There is tests on all the attributes, in both versions * tests are executed on both jQuery 2 and jQuery 1 see issue highchartTable#60
Configuration menu - View commit details
-
Copy full SHA for e640b5e - Browse repository at this point
Copy the full SHA e640b5eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1f794d9 - Browse repository at this point
Copy the full SHA 1f794d9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 54f9868 - Browse repository at this point
Copy the full SHA 54f9868View commit details -
Configuration menu - View commit details
-
Copy full SHA for ced6c37 - Browse repository at this point
Copy the full SHA ced6c37View commit details -
Configuration menu - View commit details
-
Copy full SHA for 36f1f78 - Browse repository at this point
Copy the full SHA 36f1f78View commit details
Commits on Dec 6, 2015
-
Merge pull request highchartTable#75 from agallou/yaxis_jquery2
fix yaxis attributes on jquery2
Configuration menu - View commit details
-
Copy full SHA for 535ebb2 - Browse repository at this point
Copy the full SHA 535ebb2View commit details -
Merge pull request highchartTable#68 from agallou/cleanvalue
add event to customize cleaning of cell values
Configuration menu - View commit details
-
Copy full SHA for b1903f3 - Browse repository at this point
Copy the full SHA b1903f3View commit details -
Merge pull request highchartTable#65 from des2k7/patch-1
xaxis label autorotation fix
Configuration menu - View commit details
-
Copy full SHA for c0d276f - Browse repository at this point
Copy the full SHA c0d276fView commit details
Commits on Sep 25, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 9fb4006 - Browse repository at this point
Copy the full SHA 9fb4006View commit details
Commits on Oct 5, 2016
-
Merge pull request highchartTable#79 from pvnr0082t/update-package.json
rich the information of package.json
Configuration menu - View commit details
-
Copy full SHA for a5d2f3e - Browse repository at this point
Copy the full SHA a5d2f3eView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff master...master