AmCharts font-size in ems - font-size

I'm rendering AmCharts on a responsive designed page.
Is it possible to set the font-size of the chart in ems instead of pixels?

AmCharts doesn't support setting font size in ems.

Related

Datalabels text overflow from plot area in highchart's pie chart

In my highchart's pie chart datalabels working properly when width and height is default (600*400),
but while change the height and width in custom manner the datalabel text (Internet Explorer some text) overflow from plot are and hide.
BTW i used the option
dataLabels: {
crop:false,
overflow:'none'
}
for avoiding overflow but can't
here my fiddle
The source of the problem here is size parameter.
From the API (https://api.highcharts.com/highcharts/series.pie.size):
The default behaviour (as of 3.0) is to scale to the plot area and
give room for data labels within the plot area.
So if you manually set it to 100% data labels can be rendered outside of the plot area - Highcharts won't try to find an optimal value for size parameter.
Your demo works fine if you preserve the default value of size: http://jsfiddle.net/BlackLabel/zjaa7y81/

Highchart graph display on iPad going out of container

I have created a few charts using highcharts by setting the width of chart to a fixed value of 400px for the normal browser to be used, however, on iPad , the charts get distorted, any pointers for this?
added following to css
.highcharts-container{width:100% !important; height:100% !important;}

Is Gill sans supported for export?

I have a chart with the data label font set as 'Gill sans'. However when i export the chart to png the font changes. Is Gill sans not supported for export? IE8 used.
At this moment we cannot add extra font, but please request your idea on our uservoice website highcharts.uservoice.com.

Delphi 5 Form Caption Font Size

I am currently resizing my Delphi5 application from 800x600 to be scalable up to 1440x1080.
The only thing that still looks too small is the Form Caption and the ShowMessage/MessageDlg text.
Am I right in thinking the ShowMessage text is related to the Windows default size?
Is there any way to increase the Form Caption font size? It doesn't seem connected to the Form font size.
Thanks
The font size of the title bar is handled by windows and is system wide. If you want modify the font or other attibutes you must draw manually the non client area of the form(Windows).
Until Windows XP you can draw directly in the caption(title) bar modifying the font , color and text handling the WM_NCPAINT message, starting with windows vista and the DWM introduction you must use the DwmSetWindowAttribute function with the DWMWA_ALLOW_NCPAINT value in order to use this technique.

Change font size in Google Visualization Motion Chart

How can I (if anyhow) control the font size of axis in Google Visualization Motion Chart?
In several chart types I can change the text size with property axisFontSize bit it does not make effect to Motion Chart.
It looks like axisFontSize isn't supported yet for this chart type.
See the feature request on the Google Code site.

Resources