SpagoBI charts: X axis values overlap when lot of values - spagobi

I'm using SpagoBI to draw charts from values stored in a Database.
If there are a few values, chart is showing properly, but if I have a lot of values the X axis legend overlaps.
Example:
Few values
Lot of values
I want to know if is possible to define the number of values shown at the X axis keeping all the data in the chart.
For example: If I have 10 hours just show 0:00 1:00 2:00 .... 10:00 instead of all data in the X axis, keeping all the points in the chart.
Thanks

Related

How to make a scatter plot not show all values instead of the top values only?

I have a scatter plot with a timestamp (aggregated by minute) for the X axis and a numerical measure for the Y axis.
The plot that I get shows only some of the values, with the text below the visual name saying "showing top 50 in [X] and top 43 in [Y]".
How do I make the scatter plot show all values?

D3 Hierarchical Chart X position issue

I have created a D3 Hierarchical chart based on world GDP data. The rectangles represent the countries share of world GDP and the data is organised by continent which is colour coded. The issue is that as the chart updates through the years the X position of the colour continent group changes. I have included two pictures for reference that are screen shots at different years of data in the animation. Does anybody know how this behaviour can be overridden so that the pink group is always in the same X position no matter what the year of data is currently showing?
Screenshot1

c3 js plotting multiple set of data on y axis w.r.t x axis, how to avoid same values not displaying on chart

i am using c3.js to plot 3 set of data on y axis and time stamp on x axis. Is there any way to avoid same values overlapping on one another. Need to display all 3 set of data irrespective of same values. Thanks in advance

How to create a tooltip for multiple points in a scatterplot with d3

I have a scatterplot created with d3. The circles/points are all the same size. The grid goes from 1-10 on both x and y axes. All points have x and y values of whole numbers (no decimals).
My problem is that I frequently have multiple data points with the same coordinates. Because the points are all the same size I can't tell how many points are at a single spot.
My points have tooltips, one for each data point. So, I was thinking that it's OK to show only a single point/circle if I can show a tooltip that contains information about all points with the same x/y coordinate. I can't think of a way to do that though because the tooltips seem to be generated for a single point, not "for all points at the same coordinate", or generated dynamically.
How can I do this?
As #LarsKotthoff mentioned, aggregating my data before rendering and adding a key function to identify each aggregate were the two steps needed to get everything working properly.

D3js - Adding axes to small multiples chart

I'm trying http://bl.ocks.org/mbostock/9490516 with some modifications.
I found this: D3js - adding yaxis to small multiples chart yields no or overlapped values
But it doesn't really help me.
What I would like is:
an x axis at the top of my page
an x axis at the bottom of the page
y axis for each chart with different domains
So far, I've been able to add x axis to each individual graph, but that's not what I want.
I'm able to add y axis to individual graphs, but the domain for all are the same.

Resources