[ https://issues.apache.org/jira/browse/FLEX-35349?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
OmPrakash Muppirala updated FLEX-35349: --------------------------------------- Description: Here is an ideal HighCharts integration in MXML: {code:XML} <Highcharts> <chart type="area"></chart> <title>Simple Line Chart</title> <yAxis> <title>Number of Employees</title> </yAxis> <plotOptions> <series pointStart="2010"></series> </plotOptions> <series> {myChartDataProvider#Array} <series> </Highcharts> {code} {code:javascript} private var myChartDataProvider = [{ name: 'Installation', data: [43934, 52503, 57177, 69658, 97031, 119931, 137133, 154175] }, { name: 'Manufacturing', data: [24916, 24064, 29742, 29851, 32490, 30282, 38121, 40434] }, { name: 'Sales & Distribution', data: [11744, 17722, 16005, 19771, 20185, 24377, 32147, 39387] }, { name: 'Project Development', data: [null, null, 7988, 12169, 15112, 22452, 34400, 34227] }, { name: 'Other', data: [12908, 5948, 8105, 11248, 8989, 11816, 18274, 18111] }] {code} Licensing: According to Highcharts website, the library is free for non-commercial use. https://www.highcharts.com/products/highcharts Definitely Typed d.ts defintion: https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/highcharts was: Here is an ideal HighCharts integration in MXML: {code:XML} <Highcharts> <title>Simple Line Chart</title> <yAxis> <title>Number of Employees</title> </yAxis> <plotOptions> <series pointStart="2010"></series> </plotOptions> <series> {myChartDataProvider#Array} <series> </Highcharts> {code} {code:javascript} private var myChartDataProvider = [{ name: 'Installation', data: [43934, 52503, 57177, 69658, 97031, 119931, 137133, 154175] }, { name: 'Manufacturing', data: [24916, 24064, 29742, 29851, 32490, 30282, 38121, 40434] }, { name: 'Sales & Distribution', data: [11744, 17722, 16005, 19771, 20185, 24377, 32147, 39387] }, { name: 'Project Development', data: [null, null, 7988, 12169, 15112, 22452, 34400, 34227] }, { name: 'Other', data: [12908, 5948, 8105, 11248, 8989, 11816, 18274, 18111] }] {code} Licensing: According to Highcharts website, the library is free for non-commercial use. https://www.highcharts.com/products/highcharts Definitely Typed d.ts defintion: https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/highcharts > Explore integrating HighCharts support > -------------------------------------- > > Key: FLEX-35349 > URL: https://issues.apache.org/jira/browse/FLEX-35349 > Project: Apache Flex > Issue Type: Story > Reporter: OmPrakash Muppirala > Assignee: OmPrakash Muppirala > Original Estimate: 672h > Remaining Estimate: 672h > > Here is an ideal HighCharts integration in MXML: > {code:XML} > <Highcharts> > <chart type="area"></chart> > <title>Simple Line Chart</title> > <yAxis> > <title>Number of Employees</title> > </yAxis> > <plotOptions> > <series pointStart="2010"></series> > </plotOptions> > <series> > {myChartDataProvider#Array} > <series> > </Highcharts> > {code} > {code:javascript} > private var myChartDataProvider = [{ > name: 'Installation', > data: [43934, 52503, 57177, 69658, 97031, 119931, 137133, 154175] > }, { > name: 'Manufacturing', > data: [24916, 24064, 29742, 29851, 32490, 30282, 38121, 40434] > }, { > name: 'Sales & Distribution', > data: [11744, 17722, 16005, 19771, 20185, 24377, 32147, 39387] > }, { > name: 'Project Development', > data: [null, null, 7988, 12169, 15112, 22452, 34400, 34227] > }, { > name: 'Other', > data: [12908, 5948, 8105, 11248, 8989, 11816, 18274, 18111] > }] > {code} > Licensing: > According to Highcharts website, the library is free for non-commercial use. > https://www.highcharts.com/products/highcharts > Definitely Typed d.ts defintion: > https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/highcharts -- This message was sent by Atlassian JIRA (v6.4.14#64029)