mirror of
https://github.com/bendtherules/react-vis-gridarea.git
synced 2026-08-19 00:34:06 +00:00
Remove useless lineseries + pass pointer events through line series
This commit is contained in:
@@ -38,8 +38,7 @@ export default class BasicChartWithGridArea extends React.Component {
|
||||
{x: timestamp + MSEC_DAILY * 3, y: 15},
|
||||
{x: timestamp + MSEC_DAILY * 4, y: 12}
|
||||
]}/>
|
||||
<LineSeries
|
||||
data={null}/>
|
||||
|
||||
<LineSeries
|
||||
data={[
|
||||
{x: timestamp + MSEC_DAILY, y: 10},
|
||||
|
||||
Reference in New Issue
Block a user