Open guptavirendra opened 1 year ago
Hello @guptavirendra ,
Sorry for the delay in responding. We're actively looking into the issue with boost and zoom functionalities in the Flutter SDK. Your feedback is valuable, and we'll provide updates here as soon as we make progress. Thanks for your patience.
Best, Senthil Prabhu K
hi, I have tried to show zoom feature and boost by using code
flutter: { boost: { useGPUTranslations: true, }, accessibility: { enabled: false, }, chart: { zoomType: 'xy', resetZoomButton: { position: { align: 'right', verticalAlign: top, x: -100, y: -100, }, }, panning: true, }, title: { text: 'Number of Employees', }, xAxis: {}, yAxis: { title: { text: 'Number of Employees', }, }, plotOptions: { series: { pointStart: 2010, label: { connectorAllowed: true, }, }, }, series: [{ name: 'Installation', data: [7, 72, 13, 46, 44, 2, 31, 31, 16, 27, 9, 3, 17, 28, 60, 3, 24, 58, 38, 53, 9, 23, 91, 4, 21, 4, 40, 81, 76, 21, 4, 31, 94, 88, 25, 2, 89, 20, 7, 67, 3, 30, 34, 48, 71, 2, 58, 46, 100, 87, 0, 91, 53, 57, 71, 7, 100, 3, 87, 82, 6, 2, 100, 71, 76, 4, 65, 20, 87, 73, 0, 23, 19, 59, 57, 0, 54, 95, 80, 80, 1, 81, 61, 24, 97, 9, 31, 9, 64, 32, 8, 96, 82, 85, 77, 6, 64, 78, 97, 49, 8, 28, 90, 30, 89, 5, 13, 2<…>
and I have used these scripts scripts: const [ "https://code.highcharts.com/highcharts.js", "https://code.highcharts.com/modules/boost.js", "https://code.highcharts.com/modules/exporting.js", "https://code.highcharts.com/modules/accessibility.js", "https://code.highcharts.com/modules/networkgraph.js", "https://cdnjs.cloudflare.com/ajax/libs/highstock/6.0.3/highstock.js" ],
but still it is not showing
I want to show this behaviour https://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/highcharts/boost/line/
Can you please help me out.