zcaudate

Fusionchart timeseries plot draws dots instead of lines at smaller scale

Recommended Posts

I'm using the time series plots with Vue and when the graph loads there are lines but when I zoom in to a certain magnification, the lines disappear. I'm not sure if this is a bug or a customisation trick that I'm not seeing.

The following is the configuration. Please help.

```

{
width: '700',
height: '600',
type: 'timeseries',
dataFormat: 'json',
dataSource: {
chart: {
multiCanvas: true,
theme: 'gammel'
},
navigator: {
enabled: 0
},
data: fusionTable,
caption: {
text: 'MVP'
},
subcaption: {
text: 'Giannis'
},
series: 'Player',
yAxis: [{
plot: {
value: 'Yes',
type: 'line'
},
format: {
round: 0
},
// min: '0',
// max: '1000',
title: '',
orientation: 'right',
showGridband: '1',
style: {
 
line: {
'stroke-width': '3'
}, // Style
'grid-band': {
fill: '#f5f5ef'
}
}
}]
}
}

```

Screen Shot 2020-05-12 at 10.42.19 pm.png

Screen Shot 2020-05-12 at 10.42.29 pm.png

Share this post


Link to post
Share on other sites

Hi Zcaudate,

We would like to let you know that we tried replicating the issue and it is getting difficult for us to replicate without having the sample data and schema that you're feeding into the chart. 

Please refer to this fiddle to find our way of replicating the behavior with some sample data and schema: http://jsfiddle.net/vmtjs7rz/

We request you to please share the data and schema so that we can assist you further.

Feel free to revert us back for any further assistance.

Hope this would help.

Thanks,
Srishti Jaiswal

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now