GitHub user soralee opened a pull request: https://github.com/apache/zeppelin/pull/2214
[MINOR] remove typo in line and area chart ### What is this PR for? The line and area chart have the typos `xLables`, not `xLabels`. However, this line is not necessary, because `xLabels` is defined by `render` function. That's why these chart was working well. ### What type of PR is it? [Bug Fix] ### What is the Jira issue? * None ### How should this be tested? - Run line and area chart and check whether it works well or not. ### Questions: * Does the licenses files need update? No * Is there breaking changes for older versions? No * Does this needs documentation? No You can merge this pull request into a Git repository by running: $ git pull https://github.com/soralee/zeppelin ZEPPLIN_remove_initial_code_in_Chart Alternatively you can review and apply these changes as the patch at: https://github.com/apache/zeppelin/pull/2214.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #2214 ---- commit c4ec2eef2cc0eb29a0e8f3e86288ce5b4bdefd00 Author: soralee <sora0...@zepl.com> Date: 2017-04-03T04:09:10Z remove initial code in chart ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---