Skip to content

Commit 5bfb61c

Browse files
authored
Merge pull request #264 from plotly/ohlc
Ohlc trace type
2 parents 0d2e6ea + 79186e4 commit 5bfb61c

12 files changed

+368
-967
lines changed

dev/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import React, {Component} from 'react';
22
import ReactDOM from 'react-dom';
3-
import plotly from 'plotly.js/dist/plotly-basic';
3+
import plotly from 'plotly.js/dist/plotly';
44
import createPlotComponent from 'react-plotly.js/factory';
55
import PlotlyEditor from '../src';
66
import '../src/styles/main.scss';

0 commit comments

Comments
 (0)