fusioncharts version 3.3.1 Zoomline chart toolText - fusioncharts

I have licenced version of fusion charts version 3.3.1.
I have created one zoom line chart. but it does not display toolText on mouse Over of Dataplot.
can anyone tell me how can i get Tool Text working in this version of fusion charts?
Thanks in advance.

The latest version of FusionCharts - 3.6.0 supports tooltip on mouse over on data plot. You can see it working and the tutorial here. http://docs.fusioncharts.com/tutorial-chart-guide-zoom-line-chart-configuring-a-zoom-line-chart.html

Related

Mapbox studio Legened

I am using mapbox studio to create a a visualization that will eventually be included in a report, I want to know the best way to add a legend but there doesn't seem to be a straightforward way to do it in studio, any suggestions?
You currently can’t add a legend through Mapbox Studio. All of that will have to be done through HTML/JavaScript.
This tutorial is a good example of adding a legend using HTML

enigma.js chart using the latest version

I saw this blog on enigma.js and Vega as visualization.
https://community.qlik.com/blogs/qlikviewdesignblog/2017/03/17/creating-charts-with-enigmajs-and-vega
However, the enigma.js version used in this example is not the latest. Would you know where to find a sample that uses the latest version? I am a bit confused on the documentation on enigma.js

Custom Banding option in Microstategy dashboard in 10.7 version

I am new to Microstrategy. I have installed Microstrategy Desktop 10.7 version. I am trying various options from microstrategy Tutorials(Basic Reporting Guide PDF). I found Custom Banding option is there in 9x version. I didn't find any Grid Menu or Custom Banding in 10.7 version. Can any one tell me how to get this option.
What was called MicroStrategy Desktop in version 9 is now called MicroStrategy Developer.
You should look for documentation for version 10+ for MicroStrategy Desktop or MicroStrategy Dashboard (similar functionalities but using the MicroStrategy iServer and Web interface, paid options :) ). Another name for the MicroStrategy Desktop (or web Dashboards) visualization was MicroStrategy Visual Insight.
About your question, check page 394, Dashboard Editor: Grid: Format.
If you open the Format panel after you selected a grid you should be able to see the Show Banding option. This will only color every other row of your grid.
If you want something more advanced, like colors based on values in the cells, you should use thresholds.

Creating a Day/Hour heatmap in Grafana

What would be the best way to create a heatmap similar to this example where the counts are bucketed into time hour and day buckets?
Using the built in heatmap as well as the cal-heatmap plugin, it's only possible to create heatmaps over a period of time whereas I would like to aggregate into just the day of the week(monday, tuesday etc.) and the hour of the day.
The Carpet Plot plugin sounds like it fits this use case: https://grafana.com/plugins/petrslavotinek-carpetplot-panel
Here is a simple example:
For future-people that stumble across this (like myself)
Unfortunately, the Carpet plot plugin has not received updates in 3.5 years, so is no longer maintained. To add to that, Grafana has a new plugins platform based on React, instead of Angular, so I'm not entirely sure if some simple package updates would work on the old carpet plugin. I've tried running it on a new Grafana installation (7+), and it doesn't seem to work out of the box.
There is, however, a community plugin called Hourly Heatmap for Grafana, and it seems to scratch the same itch. More context is provided in their blogpost Plugin showcase: The hourly heatmap panel, built on Grafana's new plugin platform.
Edit: as of July 2022, this plugin has no longer been actively maintained, and the latest known compatible Grafana version seems to be 8.

Chart and graphs

I am using iTextSharp version 4.1.2 and cannot update to newer version because iText changed
their licence agreement.
I am very satisfied with this version and it's working fine for me.
I can't find anywhere how to produce pie or bar or columns graphs and charts
with that version and looks like all documentation over the internet been removed.
If you are using older version and by the chance you have documentation can you please share
or point me to the source, or explain how?
iText doesn't have built-in support for charts or graphs. Instead you are encouraged to use a 3rd-party library to generate these and then add them as either graphics or PDFs.
Another option as outlined in this post is to use the iTextSharpExtensions. Please note that although it has the word "iText" in it is in no way endorsed by the makers of iText.
Also, as a quick side note, please read FAQ, specifically the "Why shouldn't I use iText 2.x (or iTextSharp 4.x)?" explaining some of the myths of the license of the version you are using.