November 5th, 2007 by Anton Baranchuk
Today AnyChart programmers have released the new version – 4.1.1 with one very exciting improvement – the performance while loading the data. They say that some research work in the area of nanotechnology and the latest results in CPU engineering were involved 😉 and here it is – https://www.anychart.com/download/
Some tests with huge data sets show the improvement in 30 times – awesome! Now it is very fast!
Yes – I believe in nanotechnology and that words about CPU engineering, but I still think that we deal with some black magic here. 🙂
Of course it is a joke about nanotechnology, actually a lot of work was done to optimize the processing of data and tuning the loading of XML and we’ve got the result. I’m sure AnyChart users would appreciate that and like the new release.
November 1st, 2007 by Alex Batsuev
Interesting in URLLoader and URLRequest.
If you are trying to load file using relative URL, that contains colon (“:”) and dot(“.”) in param values, you receive security error:
e.g.:
var request:URLRequest = new URLRequest("/test.flash?p=smth::else");
or
var request:URLRequest = new URLRequest("./test.flash?p=smth::else");
are not valid URL’s for Flash Player because flash player doesn’t escape “:” in urls.
You should use absolute URL’s for it:
e.g.:
var request:URLRequest = new
URLRequest("http://localhost:8080/test.flash?p=smth::else");
October 29th, 2007 by Anton Baranchuk
http://6.anychart.com/products/anychart/docs/creating-dashboard-from-scratch.php
Like the instrument panel in a car, the computer version-dashboard displays critical info in easy-to-read graphics, assembled from data pulled in real time from corporate software programs. Dashboards deliver the detailed information needed by everyone for day-to-day decision-making. Simple yet powerful analysis allows any user to discover vital trends in business performance and continuously monitor the performance of your organization at all levels and in real time.
Dashboards provide your business with real-time business intelligence across all areas of your company – from accounting and sales, to fulfillment and support. The Dashboard offers instant snapshots of your designated key performance indicators (KPIs), and provides real-time trend graphs and ad hoc reports appropriate for each role in your business. With direct drill-down capability, you can move from a summary level directly to greater detail, and you can see real-time information to proactively manage for better results.
While most enterprise dashboards in production are probably still custom built, we provide you a new way of dashboard creation – using AnyChart Flash Component Dashboard mode. Since all charts created by AnyChart Flash Chart Component are rendered using a single swf file it is very easy to place such swf file to your web-site and provide it with an XML configuration file that configures a dashboard.
In this article we will create step-by-step a sample dashboard, at first – we will make a static one – that can be used for presentation purposes, and then – we will add interactivity, which makes dashboard a really useful and modern tool of business data analytics. We’ll go thought all steps from “paper-design” created by hand to the interactive Flash dashboard.

Read it here http://6.anychart.com/products/anychart/docs/creating-dashboard-from-scratch.php
This article was written by Tim Loginov as part of AnyChart Documentation.
October 27th, 2007 by Alex Batsuev
As I promised I’ve uploaded source code for solving the problem with flash content printing in Firefox and an example of its usage in Flash.
FFPrintFix library was extended and now it is called ACPrintManager. Now it is not only bug fix for printing, but also content control for printing from a browser.
See all details here:
https://www.anychart.com/blog/projects/acprintmanager/
September 23rd, 2007 by Alex Batsuev
I will let out a secret: we have solved a problem with printing Flash/Flex applications in Firefox 🙂
Here is the article how you can use it. 😉
UPD1: https://www.anychart.com/blog/2007/10/27/ac-print-manager/
UPD2: https://www.anychart.com/blog/projects/acprintmanager/
UPD3: LGPL license
Read more »
September 23rd, 2007 by Alex Batsuev
Integrating a Flash movie inside PowerPoint allows vector animation and interactivity to be added to a PowerPoint presentation. This strategy can be used to increase the performance. And it is really easy 😉
Here is a simple tutorial how to embed AnyChart into PowerPoint presentations:
Using AnyChart with PowerPoint presentations

September 23rd, 2007 by Alex Batsuev
Hi to everybody!
We’re happy to inform you about new release – 4.0.6
Update includes:
- Complete XML reference with all nodes
- Better gallery
- Some minor bug fixes:
- Now tokens {%DataPlotYMin} and {%DataPlotYMax} work in all texts and formats
- Fix for bug with X axes invert for Spline area series
- Some changes in XML:
- Data description for table legend was changed. New format is:
<item>
<attribute name=””></attribute>
…
</item>
- Attributes x and y nodes <legend> were changed to ? horizontal_padding ? vertical_padding
September 18th, 2007 by Timothy Loginov
Today Sibental Inc. releases new, absolutely new version of AnyChart – data visualization solution. New version has significant differences from the previous one – first of all, it is advanced feature set for data visualization tasks, reporting and RIA (rich internet applications). The totally redesigned engine includes a lot of new chart types and tools combined into one single SWF file. It has a lot of interactivity features to allow users to create complex chart solutions and digital dashboards. We’re really excited about new version and hope it will be useful for your business needs. For sure, there are a lot of new features to be done, but our team has very aggressive plans to make AnyChart the best charting solution! Are you with us?
September 17th, 2007 by Anton Baranchuk
Dear friends,
Today we open our blog. Here we’ll discuss our products, publish some developer insights, humor and ideas about new features for our AnyChart solutions. We’ll be happy to hear from you – our customers and friends. We’re open to any ideas – only together we’ll create right solutions. We work for your business. Thank you for using our products!