is it possible to display view name on a chart? - charts

We have a dashboard with some charts, and each chart has a corresponding view for filtering the data. Choosing different views filters the chart source data accordingly.
Is it possible to display the view name somewhere on the chart? Currently, once the chart is printed out there's no way to tell how the data was filtered.

Related

How to show two Pie Charts on the same Mendix page?

I'm working on a Mendix app, and I need to display two or more Pie Charts on the page. The problem is, that in Mendix I can pass only one entity object to the page.
So if I want to show multiple Pie Charts, I have to create a "Wrapper" entity, associated with the Pie Chart entities, pass the Wrapper to the page, and access Pie Chart entities by association.
Sounds simple and it works perfectly with Data Grids! But the Pie Chart widgets remain empty, and I can't understand why.
What I have:
I have two entities for the two Pie Charts and a Wrapper entity associated with them. I pass this entity to the page in order to access associated entities by association.
I created some pages using which I can create new objects for the Pie Chart entities and save them in the database.
On the page where I want to display the Pie Charts, I added 2 Data View widgets and passed the Wrapper object to them using a microflow. Inside of each Data View, I added a second Data View and linked it with the corresponding Pie Chart entity by association. Inside of the second Data View widgets, I added the Pie Chart widgets.
The microflow:
One Pie Chart Widget settings (the second one is the same just linked to another Pie Chart entity):
I also added Data Grid widgets for testing purposes. As you can see, Data Grid can access the data I entered, but the Pie Chart widgets remain empty. 
Why is it happening and how can I fix it?
You are retrieving data from database, but from what I see in the microflow, you are creating the entity but not committing it into the database.
Consider also using a microflow instead of retrieving from database, if you want.
Passing the external object to the microflow and let it go out as a tunnel is enough to show your data inside the pie chart :)

Data visualization using Drupal-8 Views, Flipped Table and Charts API?

I have created a simple form to collect 15 inputs. I installed Flipped Table to flip the table from row to column format and created a new view to display the flipped table using rendered entity.
Then I added a chart attachment to the Master Flipped Table page. The main label is Submission ID and the data fields are the 15 categories. The pie chart is not showing at all. I seem to be stuck in bridging the data from the fields to the pie chart. Any direction will be most helpful.
If you're using the Charts module, in this case I would recommend adding a regular attachment, and then setting the display settings to Chart (Chart attachment is really intended as a second series on an existing chart). Also, please be sure to inspect element and look at the console for any JS errors...it's possible your charting library was not installed properly, and that would give you a good indication.

Show or Hiding charts in Tableau

i'm very new to Tableau.
i have a bar chart and another column chart which have relative information to thebar chart.
what i would like to achieve is when user clicks bar of the chart, another chart will show with the corresponding data.
I achieved this, but I need to show the chart when the use clicks the bar's only.It should hide by default
Use filter actions and set your target sheet to "Exclude all values" in the "Clearing the Selection will:" section. For more information, check our the docs. https://onlinehelp.tableau.com/current/pro/desktop/en-us/actions.htm

How can I add a second bar label to my Google Sheets stacked bar chart?

I'm currently working on replicating an Excel chart in Google Sheets and I can't figure out how to add the second criteria to the label of each bar without changing the cell data itself. The first picture is what it looks like now and the second is what I am trying to get it to look like.

Qlik Sense - Displaying data labels on Stacked bar chart

The data labels in stacked bar chart in Qlik Sense does not work properly.
When we turned it ON, instead of displaying labels for individual stack it only displays one data label at the top.
Please can any one suggest if it is possible to display labels for all the items in the Stacked bar?
It is not possible to do this. You can only display the total. This is due to readability issues.