Closed grahambryan closed 6 years ago
Hello, I am currently working with the Line graph example.
Problem: Tooltip behaves correctly at start
Then once I toggle the legends and turn them both back on, this happens
Has anyone seen this before?
React.createElement(NVD3Chart, { xAxis: { tickFormat: function(d){ return d; }, axisLabel: 'Period' }, yAxis: { tickFormat: function(d) {return parseFloat(d).toFixed(2); }, axisLabel: 'Values' }, title: 'RPY', type:'lineChart', datum: data, x: 'label', y: 'value', duration: 1000, margin: { left: 160 }, focusEnable: true, height: 500, useInteractiveGuideline: true, renderEnd: function(){ console.log('renderEnd'); } })
This is a weird one. I will need to take a look.
Any updates on this?
ended up being a render issue on my end.
Hello, I am currently working with the Line graph example.
Problem: Tooltip behaves correctly at start
Then once I toggle the legends and turn them both back on, this happens
Has anyone seen this before?
React.createElement(NVD3Chart, { xAxis: { tickFormat: function(d){ return d; }, axisLabel: 'Period' }, yAxis: { tickFormat: function(d) {return parseFloat(d).toFixed(2); }, axisLabel: 'Values' }, title: 'RPY', type:'lineChart', datum: data, x: 'label', y: 'value', duration: 1000, margin: { left: 160 }, focusEnable: true, height: 500, useInteractiveGuideline: true, renderEnd: function(){ console.log('renderEnd'); } })