AmCharts - 如何为力导向树加载外部 CSV 数据?
AmCharts - how to load external CSV data for force-directed tree?
使用这个例子:https://www.amcharts.com/demos/force-directed-tree/
CSV 文件是什么样的?
对于折线图,它看起来很简单,如本例中所述:
https://www.amcharts.com/docs/v4/concepts/data/loading-external-data/#CSV_example
但是你有 "children" 的那个树图呢?
由于文档中没有提到这一点,我在 Github 上打开了一个 issue。
维护者回复:
Answering your question: no, you can't load hierarchical data from CSV.
因此,不幸的是,除非您想创建一个 single-level 树,否则您无法为其加载 CSV 数据。您只能使用 JSON.
使用这个例子:https://www.amcharts.com/demos/force-directed-tree/ CSV 文件是什么样的? 对于折线图,它看起来很简单,如本例中所述: https://www.amcharts.com/docs/v4/concepts/data/loading-external-data/#CSV_example 但是你有 "children" 的那个树图呢?
由于文档中没有提到这一点,我在 Github 上打开了一个 issue。
维护者回复:
Answering your question: no, you can't load hierarchical data from CSV.
因此,不幸的是,除非您想创建一个 single-level 树,否则您无法为其加载 CSV 数据。您只能使用 JSON.