Hide grid and some values on y-axis in Grafana - grafana

I am new to Grafana and made a time-invariant chart. For better optics I would like to remove
the Grid and
some (not all) values on the x-axis. I tried it with an override matching regex, but unfortunately it's not applying a space char or null or none or whatever.
Is there any solution for that? Sorry, I could not find any. I'd appreciate a hint.

Related

echarts: How to get outward facing labels with polar bar\scatter chart

I want to have a circular chart, either bar or scatter, similar to this one in the examples ..
but I want the labels (ie. the 10p, 11p, 12p) to be pointing outwards similar to how it is on this tree chart, also from the examples,
does anyone know how to do this? thanks v much in advance for any help.

Area Chart with non-mixed positive and negative axis

Good morning!! I'm new to javafx charts, what im trying to do is the following, but in a single chart:
http://i.stack.imgur.com/8uF5k.jpg
The input are two arrays, one with positive values, and the other with negative values. When I mix both arrays into a single chart, this is what I get:
http://i.stack.imgur.com/dOV12.jpg
I also tried to set the color of the second data set to transparent color, with no luck.
Any ideas? Thanks!
As James_D mentioned, my problem was solved using the new prerelease of java! now it's paining the negative side of my area chart properly!

Custom number format for y-axis on Chart

I have created a chart with 2 axes that acts as a panel chart (see image)
As a panel chart I only want to show the portions of the relevant y-axes to the chart next to them. For example, for the right-most y-axis I used a custom number format to exclude anything less than 0:
_(* #,##0_);_("";_(* 0??_);_(#_)
But for the left most y-axis, I'm stuck. I want to show -400 to positive 400. I've tried 2 different options, but neither is producing the desired effect.
[<0](#,##0);[>500000000]"";#,##0_)
[<0](#,##0);[<500000000]#,##0_);""
Here is the result I'm looking for:
I learned something new today (and a bit weird) regarding formats and chart axes
After some experimenting, this is what I ended up using:
[White][>500]_(#,##0_);(#,##0);0;
The odd part: When you change the Display Units of the axis (for me, millions), then the formatting no longer recognizes the original amount (500,000,000).
Once I figured that out, I was able to work out the solution.

multiple stacked area charts nvd3 - errors

I am trying to create a dashboard with multiple area charts on the same page. I have two issues.
I want to get rid of the small circle on the chart that indicates value point and moves along with the cursor and the interactiveguideline. What is the name of that circle and how do I remove it?
After some research, I figured out how to change the Y-axis values to percentages. But I would like some graphs to show percentages and others to show regular numbers. Is there an easy way to do this?

Sigmaplot: How to scale x-axis for correctly displaying boxplots

I want to display overlapping boxplots using Sigmaplot 12. When I choose the scale for the x-axis as linear then the boxes do indeed overlap but are much too thin. See figure below. Of course they should be much wider.
When I choose the scale of the x-axis to be "category", then the boxes have the right width, but are arranged along each single x-value.
I want the position as in figure 1 and the width as in figure 2. I tried to resize the box in figure 1 but when I choose 100% in "bar width" than it still looks like Figure 1.
many thanks!
okay, I found the answer myself. In Sigmaplot, there is often the need to prepare "style"-columns, for example if you want to color your barcharts, you need a column that holds the specific color names.
For my boxplot example I needed a column that has the values for "width". These had to be quite large (2000) in order to have an effect. Why ? I have no idea. First I thought it would be because of the latitude values and that the program interprets the point as "1.000"s, but when I changed to values without decimals, it didnĀ“t get better.
Well, here is the result in color.
Have fun !