Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Which file is part of each chart #2

Open
danangtamtomo opened this issue Apr 10, 2018 · 0 comments
Open

Which file is part of each chart #2

danangtamtomo opened this issue Apr 10, 2018 · 0 comments

Comments

@danangtamtomo
Copy link

danangtamtomo commented Apr 10, 2018

'use strict';  
import Highcharts from '../parts/Globals.js';  
import '../parts/SvgRenderer.js';  
import '../parts/Chart.js';  
import '../parts/Series.js';  
import '../parts/Interaction.js';   
export default Highcharts;  

According to Readme on CREATE A CUSTOM MASTER FILE, it will build the line chart with interaction. But how do i know which parts are used? Is there any documentation about which part should i use for each chart and its functionality?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant