Highstock chart.getSVG() does not export all details - highcharts

I am using Highstock V 1.2.5.
I am using chart.getSVG() which returns HTML. But, I do have addPlotBand and addPlotLine which seems not be exported with this method.
EDIT:
This seems known issue.
https://github.com/highslide-software/highcharts.com/issues/1114
Is there any way to export these along with chart.getSVG() ?

This issue is fixed as I see, in the newest master branch
http://code.highcharts.com/stock/highstock.js
http://github.highcharts.com/master/modules/exporting.src.js

Related

Simple example in Extjs6.5 Fiddle not working

I'm trying to generate a basic project with a store "Pathstore" and data "data.json" in my Extjs6.5 Fiddle but it goes not well.I'm not sure what paths I need to specify in my application to load.How can I do for this?
Thanks in advance, Ben
Here's the the fiddle:
https://fiddle.sencha.com/#view/editor&fiddle/25vm
I add console.log in my store and I get nothing.
So a few things:
You don't need to use requires here
Your PathStore has a lot of unneeded configs in the proxy config (see fiddle below)
You didn't have a data model specified.
There were some errors in your JSON config.
the folder is store.PathStore.js so it was not required to use app.store.PathStore
I organized your fiddle a little bit better and made it working. Here is a working version of you fiddle:
https://fiddle.sencha.com/#view/editor&fiddle/271g

cakephp highchart fatal error while rendering

Here I am, again. With another question concerning cakephp-2.5 and the plugin 'highcharts'.
I've been looking at the demo's an all the different things I could find were the extendings from the controllers. But... that isn't required because it's a plug, am I right?
So, I have included th plugin to my loadings inside the bootstrap file, and when I'm trying to render my HighChart I'm receiving the following error;
Error: Chart: "1" could not be found. Ensure that Chart Name is the same string that is passed to $this->HighCharts->render() in your view.
But the demos are working fine! Any idea what I f*cked up? The names are the same, I even renamed them to 'asd' ( both! ) and it still doesn't work. ^^"
I know this is an incredibly late response but for the benefit of those still experiencing problems with this, the CakePHP 2.* Highcharts plugin has been updated and is compatible up to CakePHP version 2.5.7.
Do note however that in order to maintain product name consistency throughout the repo, all previous references to "HighCharts" have been changed to "Highcharts" and "high_charts" is now simply "highcharts" . So for eg. you now have to call $this->Highcharts->render() where before you would have used $this->HighCharts->render().
The plugin was not yet compatible with CakePHP 2.5. Right now as we speak the developer is working on a new release for 2.5. :)
In CakePHP 2.5, you can avoid the error above and render your chart by calling it.
For example from within index() within your controller, use:
$this->bar();
In this example, bar() is the name of the function containing your chart.

Percentage not available in Highcharts Pie Legend - Issue #897 - v3.0.2

I am trying to get the percentage value for the point in a pie chart to show in the legend. I can't simply use the this.y value because my values do not add up to 100 like in many of the examples out there. The percentage is a calculation of the totals for each point.
I noticed in a recent post that the issue has been resolved and has been closed. I looked at the source code and did notice the new code.
So I downloaded the Highcharts 3.0.2 source code and updated my source code to reference it, but I cannot find that updated code in the source. It shows it there in 3.0.2 in GitHub, but it's missing in 3.0.2 in the package from the website.
Is there a source version available that has this update properly applied? I don't want to have to manually add it like I did by merging the GitHub version with the Zip from Highcharts.com.
Take look at thread https://github.com/highslide-software/highcharts.com/issues/897.
Correct percetange is available in the master branch
http://github.highcharts.com/master/highcharts.src.js

How can I remove the numeration of some titles in LaTeX?

I'm writing my degree project report using the article class and I want a structure like this:
Abstract
Introduction
1. What
2. Where
3. Etc.
I was searching and I found that using \setcounter{secnumdepth}{-1} the complete numeration is eliminated. And if I use * these sections don't appear in the table of content. So what can I do? Can this be done without installing packages (like memoir)?
Note:
It was asked before, but I did not find it when I searched. Sorry :(
use:
\section*{Foo and Bar}
\addcontentsline{toc}{section}{Foo and Bar}
Using the * version of the section commands might help. Try \section*{Abstract} and see if it is close enough.

add a new Color scheme to the Rad Studio

It's possible modify or change a color scheme (Color SpeedSetting) in the Rad-Studio?
There is an entry in the Windows Registry? or must edit some file?
Thanks in advance.
It doesn't look easy at first glance.
I found the following under then HKCU path:
\HKCU\Software\CodeGear\ETM\12.0\Color
with the following sub-keys
List item
Classic
Default
Ocean
Twilight
Each key has what appear to be color constants but there doesn't appear to be enough constants to make it the right section.
The list of values under each key:
Auto_TranslatedItemColor
EditBackgroundColor
EditForegroundColor IsOEM
Non_editBackgroundColor
Non_editForegroundColor
SelectionBackgroundColor
SelectionForegroundColor
TranslatedItemColor
UntranslatedItemColor UnusedItemColor
That's all I've got, with out spending a lot more time from the looks of it.
It's probably stored in a BPL as a Opentools API object.
Take a look at OP's https://github.com/rruz/delphi-ide-theme-editor, it supplies thousands of themes. Yes, the OP makes one himself.
Thanks for the OP's awesome project.
Thanks for #Nicholas point out this for me.

Resources