Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: GCoverage/jquery-highchartTable-plugin
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: highchartTable/jquery-highchartTable-plugin
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 18 commits
  • 10 files changed
  • 5 contributors

Commits on Jan 12, 2015

  1. Mod: allow many theme colors

    Agnès Haasser committed Jan 12, 2015
    Configuration menu
    Copy the full SHA
    a7b806e View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2015

  1. Merge pull request highchartTable#61 from TEA-ebook/dev/allow-many-th…

    …eme-colors
    
    Allow many theme colors
    ratibus committed Jan 22, 2015
    Configuration menu
    Copy the full SHA
    b0df9fa View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2015

  1. Release v1.1.0

    agallou committed Feb 14, 2015
    Configuration menu
    Copy the full SHA
    3456a13 View commit details
    Browse the repository at this point in the history

Commits on May 5, 2015

  1. xaxis label autorotation fix

    use undefined rather than 0 or center.
    des2k7 committed May 5, 2015
    Configuration menu
    Copy the full SHA
    55bec56 View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2015

  1. 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)
    agallou committed Jun 7, 2015
    Configuration menu
    Copy the full SHA
    b428420 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2015

  1. Configuration menu
    Copy the full SHA
    74cb452 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2015

  1. Merge pull request highchartTable#74 from agallou/tests

    add first tests on highchartTable
    agallou committed Nov 15, 2015
    Configuration menu
    Copy the full SHA
    59665be View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8f92897 View commit details
    Browse the repository at this point in the history
  3. 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
    agallou committed Nov 15, 2015
    Configuration menu
    Copy the full SHA
    e640b5e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1f794d9 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'master' into yaxis_jquery2

    Conflicts:
    	.travis.yml
    agallou committed Nov 15, 2015
    Configuration menu
    Copy the full SHA
    54f9868 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ced6c37 View commit details
    Browse the repository at this point in the history
  7. fix sauelabs credentials

    agallou committed Nov 15, 2015
    Configuration menu
    Copy the full SHA
    36f1f78 View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2015

  1. Merge pull request highchartTable#75 from agallou/yaxis_jquery2

    fix yaxis attributes on jquery2
    agallou committed Dec 6, 2015
    Configuration menu
    Copy the full SHA
    535ebb2 View commit details
    Browse the repository at this point in the history
  2. Merge pull request highchartTable#68 from agallou/cleanvalue

    add event to customize cleaning of cell values
    agallou committed Dec 6, 2015
    Configuration menu
    Copy the full SHA
    b1903f3 View commit details
    Browse the repository at this point in the history
  3. Merge pull request highchartTable#65 from des2k7/patch-1

    xaxis label autorotation fix
    agallou committed Dec 6, 2015
    Configuration menu
    Copy the full SHA
    c0d276f View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2016

  1. Configuration menu
    Copy the full SHA
    9fb4006 View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2016

  1. Merge pull request highchartTable#79 from pvnr0082t/update-package.json

    rich the information of package.json
    agallou authored Oct 5, 2016
    Configuration menu
    Copy the full SHA
    a5d2f3e View commit details
    Browse the repository at this point in the history
Loading