Coder Social home page Coder Social logo

hcharts / highcharts Goto Github PK

View Code? Open in Web Editor NEW

This project forked from highcharts/highcharts

19.0 5.0 5.0 178.94 MB

Highcharts Chinese official branch

Home Page: http://www.hcharts.cn

License: Other

JavaScript 68.86% HTML 24.50% Java 1.12% CSS 0.73% PHP 4.79%

highcharts's Introduction

Highcharts JS 中文版

此仓库存在的目的

  1. 修改默认配置,使其更适合中文环境中使用,例如时区问题、时间格式化等内容
  2. 生成中文 API 文档,详见下面说明

如何生成中文 API 文档

官方的文档 是通过 jsDoc 生成的,对应仓库是:https://github.com/highcharts/api-docs,其本质是根据 JS 代码中的注释生成文档,所以我们只需要将本仓库的中的 JS 代码中注释进行修改,然后通过对应的工具即可生成需要的中文文档,使用说明见:https://github.com/highcharts/highcharts/tree/master/tools/jsdoc

git clone https://github.com/hcharts/highcharts
git clone https://github.com/highcharts/api-docs
git clone https://github.com/highcharts/highcharts-docstrap

cd  highcharts 
gulp jsdoc --watch

使用方法

1、同步官方仓库代码

git fetch upstream
git merge upstream/master

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.