Skip to content

Commit

Permalink
updates for v2.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dhrogers committed Apr 4, 2019
1 parent eafaadd commit 5ee9028
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ A component that provides an interface for defining a custom data point and quer
A component for viewing data on a Scatter plot (rendered with SVG)
### ScatterPlotCanvas
A component for viewing data on a Scatter plot (rendered with Canvas)
### LineChart
A component for viewing multiple parameters on a single line chart

## Usage
Below is a simple example of a webpage that uses a pcoordSVG component to control the display of an ImageSpread component
Expand Down
2 changes: 2 additions & 0 deletions src/LineChart.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
*
* The LineChart Component for the CINEMA_COMPONENTS library.
* It is a sublcass of Component
*
* This component views multiple parameters as a line chart.
*
* @exports CINEMA_COMPONENTS
*
Expand Down

0 comments on commit 5ee9028

Please sign in to comment.