Dimple JS: Filter data but not Legend - dimple.js

I'm trying to draw a chart with a series added, and an interactive legend with all options, but I want the chart to load with data filtered down to only one option in the legend.
This is the same question as was answered in dimple.js: filter data, but not legend . However, the links to the solution are no longer available.
Can someone please repost the solution?

Related

Highlighting a part of a series in Candles chart

In my project, I use Apexcharts to display a candle bars chart. Actually, many of them. But I need to be able to highlight a certain part of the candle series on the chart. I couldn't find a way in the docs. Maybe there is, but not that straight, like maybe splitting the series in two and displaying them with different colors?
The latter, though, I've tried and it looks like it breaks the chart, because they dont not even look like a single series anymore, with weird offsets and missing candles.
Can someone at least give a hint how to achieve highlighting on a series?

Qlik (view or sense) filter display data (X-axis) on a chart when using server-side extension

Hello Qlik experts!
We have a unique challenge that we are trying to solve. We have a chart in our QlikView app that is displaying dates on the X-Axis and some measurements on the Y-Axis. Please look at the attached screenshot of the chart. The chart is connected to a server-side extension (SSE), so it sends all displayed data to the SSE and receives and displays the response data (dotted lines). The Qlik app allows you to apply date filters on the chart, however, we still want to send all historical data (dates and measures) to the SSE because it is needed to do the calculation (SPC chart). All of this works as expected, but the challenge we're trying to solve is - how can we only display the filtered data (X-axis) on the chart, even though we want to send filtered as well as historical data to the SSE.
In the screenshot below, we would like to only display the highlighted area of the chart. This highlighted filtered dates approach is a workaround that we would like to fix.
Thanks!

How to interact with a plot/figure in Julia

I'm (ultra) new to Julia and I'm trying to figure out how to interact with a plot. To be more specific, currently I use Pyplot do display different kinds of data (in one instance I just plot multiple curves via plot() and in the other I plot the values of a 2d array as heatmaps via imshow()).
I want to be able to click on these images and handle the clicking as event in the code. Upon searching I only find old posts that say "this is currently not featured".
Does anyone have suggestions on where to look/ what to do?
Thanks in advance.

Adding markers to splunk graphs

If I have a datasource of individual log changes captured by splunk, what's a good technique to add these as markers on top of a generic graph chart? (ex. a change which would impact traffic).
There is special function to do this in Splunk, its called Chart Overlay.
https://docs.splunk.com/Documentation/Splunk/latest/Viz/Chartcontrols#Chart_overlay
Without more specifics of searches, no more specific help can be provided.

copy legend in Dojo charts

I am using dojox charts in my project.
On right click and selecting 'copy', at the chart area, copies the chart but I also want the legend to be copied.
I created legend as a separate html element and chart area as a separate element.
How do I go about it ?
Thanks
Copying is not a functionality of chart, it is implemented by some browsers natively. It is up to you to provide the copy functionality for a legend.