Skip to content

Commit

Permalink
Merge pull request #512 from palantir/reorg-modules
Browse files Browse the repository at this point in the history
Reorg modules
  • Loading branch information
teamdandelion committed Jun 5, 2014
2 parents 5aae4fe + 5fe96e2 commit 2634de8
Show file tree
Hide file tree
Showing 170 changed files with 7,633 additions and 8,123 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Plottable.js is a library for easily creating flexible, interactive, and perform

Plottable consists of three main pieces:
- A grid-based layout engine which handles positioning, sizing, and alignment of components
- "Components", such as LineRenderer or Axis, which process data and can be connected to d3 Scales
- "Components", such as LinePlot or Axis, which process data and can be connected to d3 Scales
- "Interactions", such as PanZoomInteraction or AreaInteraction, which easily allow for custom logic to be bound to common interaction patterns

By virtue of being higher-level than D3, it is often much easier to create charts in Plottable.js, with less of a learning curve. Plottable's Renderers provide a convenient API for encapsulating, sharing and reusing D3 visualizations.
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "plottable",
"description": "A library for creating charts out of D3",
"version": "0.14.2",
"version": "0.15.0",
"main": ["plottable.js", "plottable.css"],
"license": "MIT",
"ignore": [
Expand Down
15 changes: 0 additions & 15 deletions examples/jsfiddle/barchartWithGridlines/demo.css

This file was deleted.

7 changes: 0 additions & 7 deletions examples/jsfiddle/barchartWithGridlines/demo.details

This file was deleted.

5 changes: 0 additions & 5 deletions examples/jsfiddle/barchartWithGridlines/demo.html

This file was deleted.

59 changes: 0 additions & 59 deletions examples/jsfiddle/barchartWithGridlines/demo.js

This file was deleted.

5 changes: 0 additions & 5 deletions examples/jsfiddle/chartWithLabels/demo.css

This file was deleted.

7 changes: 0 additions & 7 deletions examples/jsfiddle/chartWithLabels/demo.details

This file was deleted.

7 changes: 0 additions & 7 deletions examples/jsfiddle/chartWithLabels/demo.html

This file was deleted.

28 changes: 0 additions & 28 deletions examples/jsfiddle/chartWithLabels/demo.js

This file was deleted.

7 changes: 0 additions & 7 deletions examples/jsfiddle/chartWithLegend/demo.css

This file was deleted.

7 changes: 0 additions & 7 deletions examples/jsfiddle/chartWithLegend/demo.details

This file was deleted.

5 changes: 0 additions & 5 deletions examples/jsfiddle/chartWithLegend/demo.html

This file was deleted.

61 changes: 0 additions & 61 deletions examples/jsfiddle/chartWithLegend/demo.js

This file was deleted.

13 changes: 0 additions & 13 deletions examples/jsfiddle/chartWithSubplots/demo.css

This file was deleted.

7 changes: 0 additions & 7 deletions examples/jsfiddle/chartWithSubplots/demo.details

This file was deleted.

7 changes: 0 additions & 7 deletions examples/jsfiddle/chartWithSubplots/demo.html

This file was deleted.

24 changes: 0 additions & 24 deletions examples/jsfiddle/chartWithSubplots/demo.js

This file was deleted.

5 changes: 0 additions & 5 deletions examples/jsfiddle/commitLineChart/demo.css

This file was deleted.

6 changes: 0 additions & 6 deletions examples/jsfiddle/commitLineChart/demo.details

This file was deleted.

7 changes: 0 additions & 7 deletions examples/jsfiddle/commitLineChart/demo.html

This file was deleted.

48 changes: 0 additions & 48 deletions examples/jsfiddle/commitLineChart/demo.js

This file was deleted.

5 changes: 0 additions & 5 deletions examples/jsfiddle/commitLogChart/demo.css

This file was deleted.

6 changes: 0 additions & 6 deletions examples/jsfiddle/commitLogChart/demo.details

This file was deleted.

7 changes: 0 additions & 7 deletions examples/jsfiddle/commitLogChart/demo.html

This file was deleted.

Loading

0 comments on commit 2634de8

Please sign in to comment.