Live data from Hacker News

Echarts 2.0

ecomfe.github.io

21–30 of 46 posts

Re: Echarts 2.0

#27
post #5

Looks good. I did some evaluation of javascript graphing packages at my last position (migrating away from flash). We ended up paying for one. This looks great, contains a lot of useful graph types. I like the fact that the charts can be rendered and saved as png images. This is a feature often lacking in a lot of javascript graphing packages. Couldn't see if you can pass in the data via ajax (update after rendered),…

The Drag-Recalculate feature is neat, but limited and often results in nonsensical operations. For example, imagine a simple bar chart of fruits that people have: Alice: 5 apples, 6 oranges Bob: 10 apples, 2 oranges From a quick perusal of the examples, you can drag Alice's apples onto Bob's apple stack. Now Bob has 15 apples? wat? It seems you can even drag Alice's apples onto Bob's oranges. Try it yourself: https:/…

The default for Drag-Recalculate is "false" so a developer would need to specifically choose to enable this functionality.

Re: Echarts 2.0

#28
post #5

Looks good. I did some evaluation of javascript graphing packages at my last position (migrating away from flash). We ended up paying for one. This looks great, contains a lot of useful graph types. I like the fact that the charts can be rendered and saved as png images. This is a feature often lacking in a lot of javascript graphing packages. Couldn't see if you can pass in the data via ajax (update after rendered),…

The Drag-Recalculate feature is neat, but limited and often results in nonsensical operations. For example, imagine a simple bar chart of fruits that people have: Alice: 5 apples, 6 oranges Bob: 10 apples, 2 oranges From a quick perusal of the examples, you can drag Alice's apples onto Bob's apple stack. Now Bob has 15 apples? wat? It seems you can even drag Alice's apples onto Bob's oranges. Try it yourself: https:/…

The default for Drag-Recalculate is "false" so a developer would need to specifically choose to enable this functionality.

Re: Echarts 2.0

#29
post #5

Looks good. I did some evaluation of javascript graphing packages at my last position (migrating away from flash). We ended up paying for one. This looks great, contains a lot of useful graph types. I like the fact that the charts can be rendered and saved as png images. This is a feature often lacking in a lot of javascript graphing packages. Couldn't see if you can pass in the data via ajax (update after rendered),…

The Drag-Recalculate feature is neat, but limited and often results in nonsensical operations. For example, imagine a simple bar chart of fruits that people have: Alice: 5 apples, 6 oranges Bob: 10 apples, 2 oranges From a quick perusal of the examples, you can drag Alice's apples onto Bob's apple stack. Now Bob has 15 apples? wat? It seems you can even drag Alice's apples onto Bob's oranges. Try it yourself: https:/…

The default for Drag-Recalculate is "false" so a developer would need to specifically choose to enable this functionality.

Re: Echarts 2.0

#30
post #5

Looks good. I did some evaluation of javascript graphing packages at my last position (migrating away from flash). We ended up paying for one. This looks great, contains a lot of useful graph types. I like the fact that the charts can be rendered and saved as png images. This is a feature often lacking in a lot of javascript graphing packages. Couldn't see if you can pass in the data via ajax (update after rendered),…

The Drag-Recalculate feature is neat, but limited and often results in nonsensical operations. For example, imagine a simple bar chart of fruits that people have: Alice: 5 apples, 6 oranges Bob: 10 apples, 2 oranges From a quick perusal of the examples, you can drag Alice's apples onto Bob's apple stack. Now Bob has 15 apples? wat? It seems you can even drag Alice's apples onto Bob's oranges. Try it yourself: https:/…

The default for Drag-Recalculate is "false" so a developer would need to specifically choose to enable this functionality.
Post reply on HN