I'm familiar with ggplot and plotly, but now exploring highcharter for something at work. I'm excited about highcharter for this application and would prefer a solution from it. But I'm open to other packages.
I need an interactive grouped bar chart. But I also need a visual display of the running total. For example, let's say I'm tracking sales by World Region. Let's make the x-axis "product categories" and the y-axis "sales".
The user could click on "USA" in the legend, the bar graph would populate with the bars. And there would also be a visual number displayed on the graph that shows the total sales.
Then, the user could click on "Japan" in the legend. The bars would populate, and the visual number would update with the sum of the total sales for USA and Japan...and so on.
What would I call this? What funciton would it be called if I were tyring to research how to do this? And if you have any guidance or resources you can provide me to get started, that would be a huge help. One more thing, I do not have the ability to use shiny on this project b/c I don't have a way to share it with the intended audience.
Thank you.
Related
I'd like to copy plots styles between cells. It's possible to this or I need to click plot button and configure keys, values and series in each cell?
EDITED:
The idea is just use same plot that I used in the cell before with code, not entering in "plot options" and adding axes and series "manually".
Thanks!
Unfortunately, there is no option to copy plot options between cells in a Notebook.
Currently, you need to do it manually for every cell.
"You can click the down arrow next to the bar chart Chart Button to choose another chart type and click Plot Options… to configure the chart."
For more details, refer "Azure Databricks - Visualizations"
I would suggest you to provide feedback on the same:
https://feedback.azure.com/forums/909463-azure-databricks
http://feedback.databricks.com/forums/263785-product-feedback
All of the feedback you share in these forums will be monitored and reviewed by the Microsoft engineering teams responsible for building Azure.
Hope this helps.
Is it possible to create a stacked area graph in AppDynamics? I want to show the cumulative effects of API response and browser DOM ready to visualize where variance is originating.
I can put both of these on a single graph, but if I choose Area, they overlap. How do I get them to stack?
I'm on AppDynamics Version 4.3.1.2, build 47
Inside the widget settings make sure you select the "Stack Areas or Columns" checkbox. This works in every version of AppD I've used including 4.3.0.2.
The application insights APIs let you record custom events for user-defined purposes. They also let you record custom properties on those events.
The Application Insights chart control on the Azure Portal however, appears to have some annoying limitation.
Let's say we have two event names:
Login: A user logged in.
Work: The application started some expensive background job, which happens independently of any user action on various conditions.
Then I likely don't want those event types to be series in the same chart. In particular, I may want to do a grouping by user or something similar in case of Login, but that would make no sense for the Work type.
They really have nothing to do with each other and I'd like to have them in different charts.
I do, however, want them to be in the same chart control (the whole white rectangle thing that groups charts together and where you set the time scope and filters on).
The following missing features would each solve the problem:
If it was allowed to set a filter on individual charts rather than only the chart control as a whole.
If each event name would appear as a distinct metric to select.
I know there's also Analytics, but then I still don't have the new chart in the same old chart control.
Is there another option I overlooked?
There's no way to do this in any one specific metrics explorer window, like you said, filters apply to the whole window.
But you can do this by creating a dashboard, and pinning individual metrics explorer charts (or grids, or whatever) to that dashboard.
make a new dashboard, and name it something distinctive
create one of the charts you want with the right filters in a standard metrics explorer part.
pin that chart to the dashboard created in step 1.
repeat steps 2 and 3 to create each chart with its own settings
go to that dashboard, and resize / configure each chart the way you want it
There is the possibility to select a google combo chart in the new iccube 6 reporting. But I am not able to add one bar chart with a line series.
Has anybody got this working?
AmChart`s graph configurations
You can use any number of graph configurations you want, and each of it may have it's on type defined in graph configuration's advanced settings.
Take a look at the Demo Report.
I would like to know that is there any way (or workaround) to draw moving average on Kibana dashboard?
I have read all the documents on the official site and nothing about moving average (or advanced charts) are mentioned.
Any information or keywords will be helpful, thanks in advance:)
You can create a Histogram Panel with Chart Value as mean, select your preferred Value Field (i.e. the field on which you want to get the average), set Chart to Lines and then set Auto-Refresh to your preferred interval:
Then you will get something like that: