Search the Community

Showing results for tags 'MSArea'.



More search options

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • Company Forums
    • Company News
  • Product Forums
    • FusionCharts XT
    • FusionWidgets XT
    • PowerCharts XT
    • FusionMaps XT
    • Collabion Charts for SharePoint
    • jQuery Plugin for FusionCharts
    • AngularJS plugin
    • ReactJS plugin
  • General Forums
    • FusionCharts Jobs and Consultation
    • FusionLounge

Found 1 result

  1. Thanks for the great library. But, currently we are facing some color matching issue for msarea chart. Its showing light color instead of full color which we have applied. Even LEGEND showing proper color, But, Graph loading pale (light) color, We want to show full color ( we are giving hex code). I would like to show thick color which actually I have assigned to graph. Even I checked in fiddle sample, There its working fine, But, Why same color not displaying in mobile graph? http://jsfiddle.net/9ckaLzn1/ Can anyone suggest me, Where is the issue here? Here is our code in React native project. theme: 'fusion', showValues: '0', showBorder: '1', borderColor: '#666666', showLegend: '1', interactiveLegend: '1', showCanvasBorder: '1', bgAlpha: '1', canvasBorderAlpha: '1', borderAlpha: '1', bgColor: '#ffffff', showAlternateHGridColor: '0', divLineColor: '#6699cc', divLineAlpha: '60', divLineDashed: '1', divLineDashLen: '1', divLineDashGap: '2', baseFont: 'grey', baseFontSize: '12', baseFontColor: ‘grey’, toolTipBorderColor: 'white', valueFontColor: '#003A69', tooltipborderradius: '1', tooltipborderthickness: '1', labelFontColor: '#B5C3CC', animation: 'true', legendIconSides: '4', legendIconStartAngle: '225', drawCustomLegendIcon: '1', legendItemFontBold: '0', legendItemFont: 'Gotham HTF', legendItemFontSize: '12', legendItemFontColor: '#B5C3CC', legendBorderColor: 'white', legendShadow: '0', numberPrefix: '$', setTransparent: 'true' And Data set is dataset: [{ seriesname: 'Amount', color: '#04249C', data: [{ value: '10', },