primefaces chart export as image, the title is not auto new line - charts

The chart is displayed good, and the title has two rows. But after export as the image to the dialog, it changed to be one line.
Here is the screenshot

Related

How to add shadow or border on donut chart using Chartist

I am using a Chartist chart for showing data. I want to add a shadow on the selected slice of the chart on hover or mouse enter event. Attache below screenshot for the output
enter image description here
Attache below screenshot for the output
enter image description here

How to prevent image in Crystal Reports 10 from being cut off to the second page

I'm making a Crystal Reports template. The template has some text in the header and then it has an image. If the text has a few lines, the image is normal and allowed in the first page, but if the text has many lines the image will be cut off in the first page and second page. Could it have ways to prevent the image from being cut off to the second page, such as auto-rescaling the image size?
I tried can grow and other settings in Crystal Reports 10, but it didn't work.
Report Design Picture
Make sure Keep Object Together in the properties of the image is checked. This will prevent CR to split your image across pages.
Best option in this case would be Create another section and place the image in that section instead of text and image in same section, This will force the image to go to another page if it doens't fit in first page.
For E.g, if data in report header, create one more section Report Header a and place text in that section and Report Header b and place image in this section

Difference in stretching in internal preview and pdf preview

I have textfield in detail band. It has stretch with overflow checked. Problem is, when I display large text inside field, it looks different in internal and pdf preview.
In the image, on the left is column displayed in internal studio preview, and on the right is in pdf.
I would like to have in pdf just like it's in internal preview, but I couldn't make it.
I get data from stored procedure, and before every '04' is '\n' added in database. In internal preview, after each "ccc." text is moved in new line, but that's not the case in pdf. I don't have any style applied to textfield.
To answer myself, problem was solved when I changed linebreak policy. It looks like internal preview and pdf preview have different linebreak policy.
I went to tools->options, tab 'Export Options' -> pdf and then tab 'Other options' and checked 'Force linebreak policy', as in picture. After doing that, column in pdf and internal preview looks same.

Highcharts: automatically give a highlite backgroundcolor to one series item like in the hover state

I have a line/area chart in highcharts. When you hover over the chart you will see the tooltip but also a background color for that particular x-axis item. What I would love to have is this backgroundcolor automatically shown (without tooltip) (for the current month)without having to hover. So it makes the chart more easy to read and they can see directly what month it is.

Background Image not Aligning with Bubble Chart in SSRS

I have a background image for my bubble chart in SSRS (2008).
On the Design tab, the background image stays behind the bubble chart.
When I run the report (preview), the background image appears below the bubble chart - not behind it. I've set the background image as 'Send to Back'.
I assumed it should always stay as back of bubble chart.
How do I ensure that it stays fixed behind the bubble chart?
From the bubble chart graph, I have no option of filling the background with the embedded image.
According to this SSRS documentation, overlapping report items are not supported in preview mode, nor are they supported in HTML, Word, Excel, and several other important export formats. They are, however, supported in .pdf, and I've tested this to make sure that it works - even when the preview bumps the items so that they do not overlap, an exported .pdf will show them overlapping. So depending on the format you need, having overlapping report items may or may not be possible. If it is not possible for your required format, start looking into alternatives, like cropping your image into four separate images that surround your chart, and then keeping the chart as a fixed size in your report.
Oh, and I'm not sure what you mean by saying "From the bubble chart graph, I have no option of filling the background with the embedded image," if you are saying it won't work for your design purposes, that's fine. But I am able to set a background image in a bubble chart using the Fill section of the properties tab for the bubble chart to select a background image.
Edit: I am using Visual Studio 2008 as well. The properties window for the bubble chart looks like this:
Since it sounds like you already have the image you want uploaded to your project, you can choose "Embedded" for your source and then find the image in the Value dropdown.