Hi!
I have a set of non-static values that is setup based on certain value criteria:
[TABLE="class: grid, width: 500, align: center"]
<tbody>[TR]
[TD]Name[/TD]
[TD]value 1[/TD]
[TD]value 2[/TD]
[/TR]
[TR]
[TD]A[/TD]
[TD]-[/TD]
[TD]-[/TD]
[/TR]
[TR]
[TD]B[/TD]
[TD]6%[/TD]
[TD]3%[/TD]
[/TR]
[TR]
[TD]C[/TD]
[TD]-10%[/TD]
[TD]8%[/TD]
[/TR]
[TR]
[TD]D[/TD]
[TD]-[/TD]
[TD]-[/TD]
[/TR]
</tbody>[/TABLE]
Basically I have a database, but this table only shows the values of interest. In this case it is to display both columns of data if the number in 'Value 1' exceeds +/- 5%. So as long as the cell in 'Value 1' meets this criteria, the corresponding number in 'value 2' will also be displayed.
However, I would like to graph Name (x-axis) against Value 1 and 2 (Y-axis). And I have a problem because I don't want my x-axis to have the irrelevant data as labels too. In this case, I only need B & C in my x-axis.
But since its a non-static data, i.e. if the criteria was changed, it may be A, C & D that have the table populated while B is blank. Then my x-axis should only have A, C & D.
Is it possible to format my graph such that it is able to adjust the axis according to whether or not there is a corresponding value?
Thanks!!!
I have a set of non-static values that is setup based on certain value criteria:
[TABLE="class: grid, width: 500, align: center"]
<tbody>[TR]
[TD]Name[/TD]
[TD]value 1[/TD]
[TD]value 2[/TD]
[/TR]
[TR]
[TD]A[/TD]
[TD]-[/TD]
[TD]-[/TD]
[/TR]
[TR]
[TD]B[/TD]
[TD]6%[/TD]
[TD]3%[/TD]
[/TR]
[TR]
[TD]C[/TD]
[TD]-10%[/TD]
[TD]8%[/TD]
[/TR]
[TR]
[TD]D[/TD]
[TD]-[/TD]
[TD]-[/TD]
[/TR]
</tbody>[/TABLE]
Basically I have a database, but this table only shows the values of interest. In this case it is to display both columns of data if the number in 'Value 1' exceeds +/- 5%. So as long as the cell in 'Value 1' meets this criteria, the corresponding number in 'value 2' will also be displayed.
However, I would like to graph Name (x-axis) against Value 1 and 2 (Y-axis). And I have a problem because I don't want my x-axis to have the irrelevant data as labels too. In this case, I only need B & C in my x-axis.
But since its a non-static data, i.e. if the criteria was changed, it may be A, C & D that have the table populated while B is blank. Then my x-axis should only have A, C & D.
Is it possible to format my graph such that it is able to adjust the axis according to whether or not there is a corresponding value?
Thanks!!!