Skip to content

Commit

Permalink
Adding CSS import in example
Browse files Browse the repository at this point in the history
  • Loading branch information
manpreetbhasin authored and bcbcarl committed Feb 28, 2018
1 parent af556dc commit 957fa63
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ This is an example which demonstrates both a line chart and a bar chart:
import React from 'react';
import ReactDOM from 'react-dom';
import C3Chart from 'react-c3js';
import 'c3/c3.css';

const LineChart = ({ data }) =>
<C3Chart data={{ json: data }} />;
Expand Down

0 comments on commit 957fa63

Please sign in to comment.