Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
这与 Highcharts 松散相关,但他们在http://api.highcharts.com/highcharts上有很好的文档,我想知道它是如何制作的。
它实际上不是从源代码生成的;相反,我们有数据库模型,我们可以在其中表达继承/覆盖/弃用/版本/返回类型/...以及每个属性的其他元数据。该数据库当前是一个 mongodb 实例,但实际上可以是任何类型的数据库。
在数据库顶部有一个休息 api,网页用于查询更多选项(当您单击节点上的“扩展”时)。服务器使用spring-framework实现为java webapp,网页使用jquery+jquery-ui实现。