[ https://issues.apache.org/jira/browse/FLEX-35349?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16118792#comment-16118792 ]
OmPrakash Muppirala commented on FLEX-35349: -------------------------------------------- Yes, I agree. We need to make it very explicit that the end users using HighCharts that they will need to take care of the licensing themselves. > 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:Array = [{ > 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 > ASF-LEGAL opinion: > https://issues.apache.org/jira/browse/LEGAL-246 > Optional component details: > http://www.apache.org/legal/resolved.html#optional > * We will not redistribute Highcharts library > * This is purely an optional feature > * We will provide instructions on how to add Highcarts as a runtime dependency > * This feature is not required for standard use of FlexJS > * This feature is not required for FlexJS to achieve a desirable level of > quality > 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)