How add Border to Flex charts? - apache-flex

Im trying to add border like in the image to flex charts. I used vertical and horizontal Axis renderers but that method id not proper solution. Guys do you have any idea to achieve this one?

Just put it inside a canvas and give it that colour and required padding.

Related

How to make this type of shape in react

I want to create this shape in react. I am able to code some of the parts but the border is creating issues.
Image Link here
What I am able to produce
Yo can use z-index property to achieve it.Set the z-index of vertical line to higher number than horizontal line and make sure both overlap each other at there intersection point.

paper-sliders from Polymer I want to change the axes for draging

I have the following problem:
I`m using with angular 2 the polymer library, more precise paper-slider.
I had to put my slider from css from horizontal position to vertical. The problem is that now if I keep a click on the slider and I move the mouse left-right the slider moves up-down, how can I change the axes of the slider in order to use my slider in vertical position.
Kind Regards,
A developer in need :)
maybe you can use the s-slider element, there you can set vertical property
https://github.com/StartPolymer/s-slider

Programmatic manipulating with chart elements in Flex

When I hover the mouse above the chart elements, it can show some standard hints. How can I show the tooltips without hovering? Thanks
showAllDataTips property of ChartBase class should get you what you want.

Place grid over map using CSS?

I have a world map image. I would like to place a SQUARE GRID over the entire map. I would like each square (cell grid) to change via mouseover with a border color change and background color change.
The grid needs to be layered over the map, transparent except the borders (which is the grid).
Can I achieve this using CSS or there a better way to do this?
Many thanks.
Erik
I'd suggest using a CSS grid framework as an easy way to produce the grid layout. I'd go for this one as you can easily use create a grid with 0px gutters.
You will need to modify the CSS to make the grid absolute positioned so it sits over the top of your map.
Each element in the grid is a DIV so you can easily attach Javascript events to each one to allow users to control the map. If it's a simple colour change on hover then just use css.
You can make the grid transparent using css too: http://css-tricks.com/css-transparency-settings-for-all-broswers/

How to use "textures" with Flex charts?

I'm new to Flex...I'm wondering if I can make a flex bar chart display a "texture" instead of a color?
http://vinothbabu.com/2010/04/13/flex-bar-chart-with-different-colors/
You need to write your own itemRenderer where you can specify the texture instead of colors.

Resources