Commit ad204fb 1 parent 9afcc90 commit ad204fb Copy full SHA for ad204fb
File tree 3 files changed +3
-3
lines changed
ja/docusaurus-plugin-content-blog/2023-03-10-using-wuba-react-native-echarts
zh-hant/docusaurus-plugin-content-blog/2023-03-10-using-wuba-react-native-echarts
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ const config = {
28
28
projectName : 'react-native-echarts' , // Usually your repo name.
29
29
trailingSlash : false ,
30
30
31
- onBrokenLinks : 'throw ' ,
31
+ onBrokenLinks : 'warn ' ,
32
32
onBrokenMarkdownLinks : 'warn' ,
33
33
34
34
// Even if you don't use internalization, you can use this field to set useful
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ tags: [expo]
7
7
8
8
チャート関連の要件を書くために最も使用されるチャートライブラリは** echarts** です。ウェブサイト上でのechartsのパフォーマンスは非常に成熟しており、アプレット側には公式のソリューションが提供されていますが、RNでは対応がありません。市場では、検索のほとんどがまだWebビューの実装の本質に基づいていますが、私はRNベースのプログラムを好みます。なぜなら、ネイティブのエクスペリエンスの方がWebよりも優れているからです。
9
9
10
- 後で[ ** @wuba/react-native-echarts ** ] ( https://wuba.github.io/react-native-echarts/ ) を見つけてニーズを満たすために試してみましたが、結果は素晴らしかったです。実装の原理に興味がある方は[ こちら] ( https://wuba.github.io/react-native-echarts/blog/using-apache-echarts-in-react-native ) をクリックしてください。
10
+ 後で[ ** @wuba/react-native-echarts ** ] ( https://wuba.github.io/react-native-echarts/ ) を見つけてニーズを満たすために試してみましたが、結果は素晴らしかったです。実装の原理に興味がある方は[ こちら] ( https://wuba.github.io/react-native-echarts/js/ blog/using-apache-echarts-in-react-native ) をクリックしてください。
11
11
![ ] ( ./example.png )
12
12
13
13
<!-- truncate-->
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ tags: [expo]
7
7
8
8
寫作與圖表相關需求最常用的圖表庫是** echarts** 。 echarts 在網站上的性能非常成熟,並提供了官方解決方案以支持小程序端,但在 RN 中卻沒有相應的支援。市場上,大多數搜索仍然基於 webview 實現的本質,而我更喜歡基於 RN 的程式,畢竟原生體驗會比 Web 更好。
9
9
10
- 後來發現 [ ** @wuba/react-native-echarts ** ] ( https://wuba.github.io/react-native-echarts/ ) 能夠滿足需求,因此嘗試使用它,結果非常出色。對於那些對實現原理感興趣的人,請點擊[ 這裡] ( .. /using-apache-echarts-in-react-native)
10
+ 後來發現 [ ** @wuba/react-native-echarts ** ] ( https://wuba.github.io/react-native-echarts/ ) 能夠滿足需求,因此嘗試使用它,結果非常出色。對於那些對實現原理感興趣的人,請點擊[ 這裡] ( https://wuba.github.io/react-native-echarts/zh-hant/blog /using-apache-echarts-in-react-native)
11
11
12
12
![ ] ( ./example.png )
13
13
You can’t perform that action at this time.
0 commit comments