Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Grouped bar chart #1043

Closed
wants to merge 15 commits into from
Closed

Grouped bar chart #1043

wants to merge 15 commits into from

Commits on Aug 20, 2014

  1. Cumulative changes for a pull request

    wssbck committed Aug 20, 2014
    Configuration menu
    Copy the full SHA
    2156fa4 View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2015

  1. Merge branch 'develop' into cumulative_changes

    Conflicts:
    	src/bar-chart.js
    	src/composite-chart.js
    	src/coordinate-grid-mixin.js
    	src/legend.js
    	src/line-chart.js
    	src/margin-mixin.js
    	src/pie-chart.js
    	src/row-chart.js
    	src/series-chart.js
    gazal-k committed Nov 19, 2015
    Configuration menu
    Copy the full SHA
    f591144 View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2015

  1. Configuration menu
    Copy the full SHA
    f709bd8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7c8bcca View commit details
    Browse the repository at this point in the history
  3. multi-bar spec

    gazal-k committed Nov 20, 2015
    Configuration menu
    Copy the full SHA
    8fe204b View commit details
    Browse the repository at this point in the history
  4. reverting file mode change

    gazal-k committed Nov 20, 2015
    Configuration menu
    Copy the full SHA
    147f1db View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8242e28 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2015

  1. relying more on functionality provided by stack mixin

    avoiding the new groups property
    chart data function from stack mixin tweaked to get grouping function
    no separate legendables function required in group mixin
    gazal-k committed Nov 21, 2015
    Configuration menu
    Copy the full SHA
    904909f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fd6ea4c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    03e1f77 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ce367b4 View commit details
    Browse the repository at this point in the history
  5. lint fixes

    gazal-k committed Nov 21, 2015
    Configuration menu
    Copy the full SHA
    be5012c View commit details
    Browse the repository at this point in the history
  6. correcting type in jsdoc

    gazal-k committed Nov 21, 2015
    Configuration menu
    Copy the full SHA
    6131461 View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2015

  1. Configuration menu
    Copy the full SHA
    40b6324 View commit details
    Browse the repository at this point in the history
  2. bar centering done for grouped bars

    ignoring centerBar for ordinal charts
    gazal-k committed Nov 22, 2015
    Configuration menu
    Copy the full SHA
    030b8d7 View commit details
    Browse the repository at this point in the history