Skip to content

Commit ad204fb

Browse files
committed
fix: links
1 parent 9afcc90 commit ad204fb

File tree

3 files changed

+3
-3
lines changed
  • i18n
    • 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

docusaurus.config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ const config = {
2828
projectName: 'react-native-echarts', // Usually your repo name.
2929
trailingSlash: false,
3030

31-
onBrokenLinks: 'throw',
31+
onBrokenLinks: 'warn',
3232
onBrokenMarkdownLinks: 'warn',
3333

3434
// Even if you don't use internalization, you can use this field to set useful

i18n/ja/docusaurus-plugin-content-blog/2023-03-10-using-wuba-react-native-echarts/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ tags: [expo]
77

88
チャート関連の要件を書くために最も使用されるチャートライブラリは**echarts**です。ウェブサイト上でのechartsのパフォーマンスは非常に成熟しており、アプレット側には公式のソリューションが提供されていますが、RNでは対応がありません。市場では、検索のほとんどがまだWebビューの実装の本質に基づいていますが、私はRNベースのプログラムを好みます。なぜなら、ネイティブのエクスペリエンスの方がWebよりも優れているからです。
99

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)をクリックしてください。
1111
![](./example.png)
1212

1313
<!--truncate-->

i18n/zh-hant/docusaurus-plugin-content-blog/2023-03-10-using-wuba-react-native-echarts/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ tags: [expo]
77

88
寫作與圖表相關需求最常用的圖表庫是**echarts**。 echarts 在網站上的性能非常成熟,並提供了官方解決方案以支持小程序端,但在 RN 中卻沒有相應的支援。市場上,大多數搜索仍然基於 webview 實現的本質,而我更喜歡基於 RN 的程式,畢竟原生體驗會比 Web 更好。
99

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)
1111

1212
![](./example.png)
1313

0 commit comments

Comments
 (0)