We have a requirement in flex, where we need to have a 3D layout base and inside it we have 2 column charts with 3D effect.
I have attached the screen shot for reference.
I have seen couple of samples in which there are 3d effects but not like the one which i have attached.
Wanted to know, whether it is possible to achieve using Flex 4. Otherwise we need to use flash inorder to achieve this. I have seen the exact sample in flash,
http://www.irishlife.ie/iframe/pension-calculator-2.0.html
Need to build this using FLEX 4. So in case of any samples or thought process of how to achieve this please let me know.
Thanks in Advance,
Regards
Srinivasan.C
amCharts will do this with Flex 4.
See for example: http://flex.amcharts.com/examples/stacked_3d_column_chart
You can use AnyChart
http://anychart.com/products/anychart/gallery/
you can download both .swf or .swc files from the said site.
Related
I have 2 vector tile sources, the format is like this:
http://35.137.120.5:8080/geoserver/gwc/service/tms/1.0.0/country:layer1#EPSG:900913#pbf/{z}/{x}/{y}.pbf
http://35.138.119.4:8080/geoserver/gwc/service/tms/1.0.0/country:layer2#EPSG:900913#pbf/{z}/{x}/{y}.pbf
I need to display them on top of each other (2 layers).
However, I cannot find any example from any library that shows how to display vector tiles from 3rd party sources like this. I have looked at flutter_map, and mapbox_gl, but still couldn't find any example for this feature.
Can someone make a small, complete main.dart that solve this problem? Thank you.
In web apps with leaflet, you have one style that use several sources (vector tiles, bitmap tiles…)
For my website, I want to use the vector image as shown here: http://www.sketchappsources.com/free-source/226-iphone-5.html
It's an iPhone 5 that is tilted.
Now I need to add my image to the screen which means I need to 3D-tilt it. I've tried and searched a lot but couldn't figure out how to transform my image so that it fits the iPhone 5 screen.
Any help in guiding me how to 3D transform my image would be greatly appreciated!
Cheers,
Frank
I recently released a plugin solving the exact issue, it allows you to draw a shape with the Vector tool and then apply the content of an artboard into the area. It's called Magic Mirror, please take a look at http://magicmirror.design
im planning to do a percentage visualisation using a circle, and am currently trying to figure out what framework / technique to use.
i have used corePlot for graphs so far and have been wondering if it might be an option
my ideas are so far:
1: use a Core Plot piechart and add a covering circle layer in the middle
2: try to use quartz 2d to do it somehow
attached is a mockup how it should look like so you get an idea:
what do you think might be the best approach here? id like avoid using cover-up subviews and such..
is there any simple solution i might be missing?
thanks in advance
sebastian
(PS: i do not hope for any code here, just a general fingerpoint to the right direction)
As more of an alternative than an actual straightforward CorePlot answer, you could display your percentage in a customized version of the UICircularProgressView control which I can personally vouch for.
I'm completely newbie to Qt
i want to create a 800X600 window that just show some circle and be able to manipulate pixels of the form. there is no interaction between user and form(no click, no dblclick,...) it just shows some circles with one color and lines with different pixel colors(each line may have different pixel colors)
also i want to be able to change the coordination system, i mean change it from top-left to the center of the window. could anyone help me do that with some sample code?
thanks in advance for your reply.
Please try downloading the Qt Creator (IDE), then reading through the tutorials. There's a whole host of very useful information provided for free, including a lot of the code samples you are looking for.
The following examples might also be of particular interest:
Animation Framework Examples
Graphics View Examples
Painting Examples
I want to draw a piechart in my application. Do anyone know any code or tutorial to help me out. I found some in the following link
http://rajeev.name/blog/2009/01/18/drawing-pie-charts-using-iphone-sdk/
but if there is any other more efficient way to do it, I want to learn it.
I'm not sure if you know how to do pie charts on other platforms, but there really are some basic techniques that you should be aware of and understand, before embarking on creating pie charts on ANY platform.
See here for a pretty good discussion. There are many more out there, if you want to learn more.
Applying that to the iPhone isn't going to be child's play, but it's not too hard either. If you are looking for a library to do the work for you, look around and you'd probably find something to give you a head start.
KeepEdge offers an iPhone charting/graphing API:
http://www.keepedge.com/products/iphone_charting/
You can also check the source code of AppMobile, which has a pie chart embedded inside it:
http://github.com/omz/AppSales-Mobile/tree/master
I will recommend you to look at the "Animating Pie Slices Using a Custom CALayer" page!.
there is new, nice Pie Chart 3D library. 3D charts which you can rotate and scale with fingers + protocol for getting information about tapped slice
http://iphone.orpi.pl/?p=20