How to use a JavaScript chart library like D3.js or Raphaël in server-side Java

前端 未结 3 1109
面向向阳花
面向向阳花 2021-02-04 11:56

I would like to use D3.js (or maybe Raphaël) for backend-generated reports using XSL-FO with Java. These JavaScript libraries should be used for several reasons:

  1. T
3条回答
  •  爱一瞬间的悲伤
    2021-02-04 12:28

    You might want to have a look at these d3 wrappers:

    • javafx-d3

    https://github.com/stefaneidelloth/javafx-d3

    • gwt-d3:

    https://github.com/gwtd3/gwt-d3

    • "Freecode Charts and D3 Wrapper":

    https://vaadin.com/directory#!addon/freecode-charts-and-d3-wrapper

提交回复
热议问题