html - Div Lines in FusionChart XT aren't working in IE11 -


i trying display 2 charts fusionchartxt div lines don't show in second chart in ie. first chart looking right , on other chart div lines disappear.

this part of second chart in chrome: enter image description here

and how looks in ie:

enter image description here

is possible won't work because of html structure? these divs:

enter image description here

this issue identified in version 3.7. however, latest version seems fixed.

{ "divlinecolor" : "#999999", "divlinethickness" : "1", "divlineisdashed" : "1", "divlinedashlen" : "1", "divlinegaplen" : "1", "showxaxisline" : "1", "xaxislinethickness" : "1", "xaxislinecolor" : "#999999", "showalternatehgridcolor" : "0",

        } 

fiddle


Comments

Popular posts from this blog

python - pip install -U PySide error -

arrays - C++ error: a brace-enclosed initializer is not allowed here before ‘{’ token -

cytoscape.js - How to add nodes to Dagre layout with Cytoscape -