Creating Violin plots in spotfire - spotfire

Can we create violin plots in Tibco Spotfire?
I tried searching for it on the website but could not find anything. Is there customized code out there that I can implement?

By taking advantage of the JSViz plugin for Spotfire, you can link to and create any JS Viz that is out there. In the linked example, they create a D3 Funnel Chart: https://community.tibco.com/wiki/tibco-spotfire-funnel-chart-using-jsviz
Looking at the D3 Graph Gallery, they have a Violin Chart you could plug into Spotfire instead: https://www.d3-graph-gallery.com/violin
I recommend downloading the sample .dxp from the Spotfire link that starts with the Funnel Graph from D3, and converting it to a Violin Chart example. Then try to implement it with your data.

Related

Total value on the x axis using Marimekko widget using IBM Cognos

I am working on a dashboard in Cognos. One of the diagrams in which is a marimekko diagram, as shown below:
Presently, the widget offers percentage for the entrire diagram. I would, however, like to know how to get the x- axis values of each stacked bar (48.9 thousand - the value of the stacked bar on the very left, 80.2 thousand etc) either below or above as shown in the diagram below? Using summary or KPI widget additoinally either below or at the top, does not solve the issue when the diagram becomes interactive and the width changes.
The sample data used for producing the marimekko figure is:
You can tune your Marimekko visualization by using a IBM Cognos custom visualization and follow this stackoverflow post on Marimekko with D3.js visualization.
The standard Marimekko viz from IBM does not support what you are asking for - data entry slot for sum per bar.

Oracle APEX 5.0: Labels on Line Charts

I'm using Oracle APEX 5.0 and I want to create some line charts in my application. The default flash charts don't look very nice, so I tried importing some plugins of Flot Line Chart and D3 Line Chart from the Sample Charts dashboard. They look much better however the attributes don't have an option to display the labels. The only option is via a Tooltip. Is it possible to display labels on the lines instead?
The line chart example without any labels:
Expected output is the data points on the line would show the data labels as well.
EDIT:
This is the D3 Line chart plugin i'm using.
I'm just using the sample chart that's provided and the SQL is simply
SELECT
pricing_date,
closing_val,
stock_code
FROM
EBA_DEMO_CHART_STOCKS
The available attributes of the chart are:
You can refer to the documentation, please check this url, you will find some good examples
https://apex.oracle.com/pls/apex/germancommunities/apexcommunity/tipp/5841/index-en.html

Line chart Interactive Zooming in SSRS

Please find attached example image, mark red color as zoom points.
I want to achieve interactive zooming in line chart, I come to know using SSRS its not feasible. Can you please suggest any software or tool can achieve zoom functionality which can be integrated in SSRS.
Currently i am using drill-down to show another chart
If user drag on particular mark the chart should be zoom on that point.

Editing Excel timeline X axis

I have a timeline chart made using a scatter graph. I want to edit the X axis so it is thick and has labels for different Phases. I created an image of the chart style I am looking to create.
Can anyone let me know what to search or help on how I can format my chart.
Current Timeline:
Wanted Timeline look:
Thank you

Pie chart, bar chart and graphs using LWUIT

Has anybody ever drawn charts and graphs using LWUIT? Is it even possible? If it is, can you share with the world?
Just look on this blog, Charting Components For LWUIT.

Resources