Skip to main content
Announcements
NEW Customer Portal: Initial launch will improve how you submit Support Cases. FIND OUT MORE

Visual tricks with Charts. Drop Graph

No ratings
cancel
Showing results for 
Search instead for 
Did you mean: 
Sergey_Shuklin
Specialist
Specialist

Visual tricks with Charts. Drop Graph

Last Update:

Jul 21, 2017 2:37:26 PM

Updated By:

Sergey_Shuklin

Created date:

Jul 21, 2017 2:37:26 PM

Attachments

Hello, Everyone!

Today we gonna create this little fella:

Drop_graph.png

Looks pretty cool and unusual. Let's get started!

For instance we have such input data:

Drop_graph3.png

Step 1. Convert months text values to numbers and add rows with value equal 0.00001:

Drop_graph4.png

Where "chart_x" it's our months converted to numbers, "chart_val" - it's Revenue with additional 0.00001 value.

Step 2. Create a Line Chart:

Drop_graph1.png

Note: You should turn on "Continuous" option in Dimension Axis zone at the Axes tab.

Step 3. Go to the Background Color option of the expression and use this condition to color our lines:

if(Frac(chart_x)>0,ARGB(0,0,0,0))

Drop_graph5.png

That's all!

I'd also made some cosmetical things to make it looks prettier. You can find them at the attachement.

Hope you like it and if it's so - please, share your opinion and rate this document. Thanks!

Version history
Last update:
‎2017-07-21 02:37 PM
Updated by: