From 70a27f2aca5e8327ad2fc8b33f603d43a1980dc9 Mon Sep 17 00:00:00 2001 From: monitor1394 Date: Fri, 10 Jul 2020 12:29:49 +0800 Subject: [PATCH] test markdown link --- .../Documentation/xcharts-questions-and-answers-EN.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Assets/XCharts/Documentation/xcharts-questions-and-answers-EN.md b/Assets/XCharts/Documentation/xcharts-questions-and-answers-EN.md index e1db2bfc..61c649fc 100644 --- a/Assets/XCharts/Documentation/xcharts-questions-and-answers-EN.md +++ b/Assets/XCharts/Documentation/xcharts-questions-and-answers-EN.md @@ -4,8 +4,8 @@ [XCharts API](xcharts-api-EN.md) [XCharts Configuration](xcharts-configuration-EN.md) -[QA 1: How to adjust the margin between the axis and the background?](#Q:How-to-adjust-the-margin-between-the-axis-and-the-background) -[QA 2: How to play agian the fadeIn animation](#Q:How-to-play-agian-the-fadeIn-animation) +[QA 1: How to adjust the margin between the axis and the background?](#How to adjust the margin between the axis and the background) +[QA 2: How to play agian the fadeIn animation](#How-to-play-agian-the-fadeIn-animation) [QA 3: How to customize the color of data item in line chart and pie chart?](#Q:How-to-customize-the-color-of-data-item-in-line-chart-and-pie-chart) [QA 4: How to formatter the text of axis label, such as add a units text](#Q:How-to-formatter-the-text-of-axis-label-such-as-add-a-units-text) [QA 5: How to stack the bar of bar chart](#Q:How-to-stack-the-bar-of-bar-chart) @@ -33,11 +33,11 @@ [QA 27: Mesh can not have more than 65000 vertices?](#Q:Mesh-cannot-have-more-than-65000-vertices) [QA 28: Why are the parameters set in Serie reset after they run?](#Q:Why-are-the-parameters-set-in-Serie-reset-after-they-run) -## Q:How-to-adjust-the-margin-between-the-axis-and-the-background +## How to adjust the margin between the axis and the background A: `Grid` conponent,which can adjust the left, right, up, down margins of chart. -## Q:How-to-play-agian-the-fadeIn-animation +## How-to-play-agian-the-fadeIn-animation A: call the `chart.AnimationReset()` API.