[jira] [Commented] (FLEX-35349) Explore integrating HighCharts support

2017-08-08 Thread OmPrakash Muppirala (JIRA)

[ 
https://issues.apache.org/jira/browse/FLEX-35349?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=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}
> 
>   
>   Simple Line Chart
>   
> Number of Employees  
>   
>   
>   
>   
>   
> {myChartDataProvider#Array}
>   
> 
> {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)


[jira] [Commented] (FLEX-35349) Explore integrating HighCharts support

2017-08-08 Thread JIRA

[ 
https://issues.apache.org/jira/browse/FLEX-35349?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16117947#comment-16117947
 ] 

Olaf Krüger commented on FLEX-35349:


As you mentioned the lib is only free for non-commercial use:
"If you are a non-profit company, or use our products for personal use, you may 
enjoy our software for free under a Creative Commons (CC) 
Attribution-NonCommercial licence."

I think most of the FlexJS apps will have a commercial background so we really 
should take care of communicating that folks probably have to buy one or more 
licenses.


> 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}
> 
>   
>   Simple Line Chart
>   
> Number of Employees  
>   
>   
>   
>   
>   
> {myChartDataProvider#Array}
>   
> 
> {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)