Skip to content

Commit

Permalink
XCharts 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
monitor1394 committed Jan 13, 2021
1 parent 660415a commit ee4aae2
Show file tree
Hide file tree
Showing 4 changed files with 3,174 additions and 2,682 deletions.
2 changes: 1 addition & 1 deletion Assets/XCharts/Documentation/XCharts问答.md
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@

## 如何使用背景组件_有什么条件限制

答:设置`background`组件的`show``true`,但不一定就能激活背景组件。由于框架的局限性,背景组件有两个前提条件:一是图表的父节点不能用布局控制,因为背景组件和图表的节点关系是并行的,用了布局控制背景组件的位置就无法控制。二是图表的父节点只能有图表自己一个子节点,这是方便管理背景组件节点的需要,要不然并行关系的原因,容易错乱对不上。另外,调整图表的层级关系时最好先隐藏背景组件,这是会自动删除关联的背景组件节点
答:设置`background`组件的`show``true`

## 区域折线图在用半透明颜色时有时候会一条叠加的线

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ A: See `Example_Dynamic.cs`.

## How-do-I-use-the-background-component-What-are-the-conditions

A: Setting `show` to `true` for the `background` component does not necessarily activate the background component. Due to the limitations of the XCharts's framework, there are two prerequisites for the background component: first, the parent node of the chart cannot be controlled by layout, because the node relationship between the background component and the chart is parallel, and the location of the background component cannot be controlled by layout. Second, the parent node of the chart can only have one child node of the chart itself, which is convenient to manage the background component node needs, otherwise the reason of parallel relationship, easy to confuse. In addition, it is best to hide the `background` component when adjusting the chart hierarchy, which automatically removes the associated background component nodes.
A: Setting `show` to `true` for the `background` component.

## Mesh-cannot-have-more-than-65000-vertices

Expand Down
Loading

0 comments on commit ee4aae2

Please sign in to comment.