yonid

Members
  • Content count

    2
  • Joined

  • Last visited

About yonid

  • Rank
    Forum Newbie
  1. Missing Labels On Large Dataset

    Can someone please help ? 10x in advance, Yoni
  2. Hi , I'm using Column2D Fusion chart SWF in order to render my JSON data. When json dataset is too big some of the chart x-axies labels are missing (but the column data is displayed as expected). Can you please guide me how to display the labels? Thanks, Yoni Chart artifacts: 1) Javascript chart embedding chartTypeMap: { 'col2d': 'Column2D.swf' }, initChart: function() { this.$('#report-chart').insertFusionCharts({ swfUrl: '/merchants/static/charts/' + this.chartTypeMap['col2d'], dataSource: this.model.toJSON(), dataFormat: 'JSON', width: '100%', height: '100%', id: _.uniqueId('chart_'), detectFlashVersion: 1/*, debugMode: true*/ }); this.chartInitialized = true; }, 2) JSON data attached. 3) Screenshot attached. chart json.txt