The pie tag has no wiki summary.
10
votes
4answers
558 views
Is there an option to GNU ld to omit -dynamic-linker (PT_INTERP) completely?
I'm experimenting with the concept of pure-static-linked PIE executables on Linux, but running into the problem that the GNU binutils linker insists on adding a PT_INTERP header to the output binary ...
3
votes
1answer
380 views
How can I enable PIE/ASLR in my monotouch application?
There is an option in XCode Build Settings called "Don't Create Position Independent Executables". This is straight-forward to enable here.
However, I'm using MonoDevelop and MonoTouch to develop my ...
2
votes
1answer
1k views
How to implement Radial Pie Menu
I want to implement a radial / pie menu that looks like Labbler´s menu on my android app. It should be something like that, but a little simpler, buttons displayed on a pie layout that just lead to ...
2
votes
1answer
174 views
Unable to get PIE to work for border-radius in IE8
I have this in my CSS:
.myAwesomeElement {
position: relative;
z-index: 0;
zoom: 1;
border: 1px solid #999;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
...
2
votes
1answer
149 views
Add MIME type for .htc files on Heroku with Flask
I am trying to include the PIE.htc (http://www.css3pie.com/) file in my css to fix some problems in IE. I inlcude the line
behavior: url(/static/pie/PIE.htc);
for the relevant classes. This ...
2
votes
1answer
414 views
Highcharts pie dataLabels inside and outside
i want a pie-chart with datalabels inside and outside a pie.
i know, with a negative distance it shows the label inside the pie. but i want it inside and outside.
outside i want display the percentage ...
2
votes
0answers
3k views
Google Pie Chart Legend Display
I am trying to use Google's Pie Chart API and have the chart and legend appear vertically with chart atop and legend below. I only want the chart width to be 300px and have successfully moved the ...
1
vote
3answers
790 views
Setting file location of PIE.htc
I created another folder for my pie.htc..but when I load my html file in IE8 it does not work..i already tried setting different location to its behavior but still it wont work..
here's my code..
...
1
vote
3answers
1k views
redraw pie chart in highchart
suppose I have 4 slices having 20%, 30%, 30% and 20%. If I make 4th slice(20%) inactive, the other slices should adjust themselves and occupy 100 %. how to do this in highcharts? Thank you.
1
vote
2answers
95 views
java pie chart height is not properly placed
I am using JFreeChart to make a chart in my program. My problem is I cannot set the height properly. I have tried every command I could think of, I have put it in other panels, however, nothing works.
...
1
vote
2answers
4k views
CSS3 PIE.htc Not Working
I can't seem to get PIE.htc working on this site.
Here's my CSS:
section#feature {
-webkit-border-top-left-radius: 4px;
-webkit-border-top-right-radius: 4px;
-moz-border-radius-topleft: ...
1
vote
1answer
128 views
Piechart showing fewer slices than the legend
I'm a student that is still learning C# and I ran into a problem.
I'm trying to make a graphic (pie chart) with 7 different fields and seven different legendas.
I've got this code:
private void ...
1
vote
1answer
244 views
Symbol-outline with pie chart -or- custom legend symbols
I have a pie chart with a white slice/segment and grey border. Unfortunately the border does not apply to the legend icon!
I am wondering, if it’s necessary to style the legend symbol separately. I ...
1
vote
1answer
1k views
PHPExcel Piechart labels and legends
I have a problem with the library PHPExcel (1.7.7): When I want to create a piechart, labels and legends are not displayed. However, with other graphics, I do not have that problem. Do you have any a ...
1
vote
1answer
122 views
What is the correct Xcode setting for Position Independent Executables
Just recently started getting a post appstore submission email with the following advice.
Please ensure that your build settings are configured to create PIE executables.
However the setting in ...
1
vote
0answers
36 views
How do I deal with the fusionchart pie lines?
![fusionchart pie2D][1]
Hello, Guys
I want to know how to deal with the pie lines.
there are some datas out of the pie.
I want them into the circle.
but I don't know how to do it.
I already searched ...
1
vote
0answers
132 views
Highcharts - Pie chart does not display slices
Odd one. I'm calling my pie chart, and when I do the grey background, data pipe connectors, and hover data with the numbers all show fine on the background. But no pie slices will show.
However, if ...
1
vote
0answers
144 views
Draw pie chart from DataGridView with column name as series
I have a datagridview "regionVolumeTable" and a chart object "pieChart" in C# code with one row of data in the datagridview object and the layout like this
DATE | NY | MA | CA | FL
3/1/13 ...
1
vote
1answer
108 views
Highcharts: Change Pie Colors By Clicking on a button
I would like to know if anyone can figure out how I can change this line chart to a pie chart and still make the button change the color of the pie color like it did the line color?
...
1
vote
2answers
345 views
highcharts - is it possible to zoom pie charts
I'm wondering if it is possible to zoom in on a slice in a pie chart.
My chart is modeled after this example jsfiddle example
chart: {
renderTo: 'container',
type: 'area',
...
1
vote
0answers
246 views
PIE disabled. Absolute addressing not allowed in code signed PIE
I'm working with Xcode 4.5 with a deployment target of iOS 5.1
I'm getting the following warning when I compile my app in relation to two specific methods which have significantly increased in size.
...
1
vote
1answer
422 views
raphael pie chart colors
Is there a way to prefix colours in raphael's pie chart? I need to be able to display for example gold in yellow and platinum in grey. The problem that I have at the moment is that if platinum has a ...
1
vote
0answers
124 views
Pie Charts custom color
I'm trying to develop a custom control for charting.
I'm using the WPF toolkit, but I can't find how it is possible (is it?) to set a specific color for each piece in a pie chart.
I don't understand ...
1
vote
0answers
81 views
Bounding Rect for Triangle or Pie Slice
I'm having an issue where I have these "Pie Slices" and each one needs to be selectable BUT due to the nature of Qt it seems each on can only have a bounding rectangle. I'd need some kind of triangle. ...
1
vote
0answers
618 views
PIE.htc - background disappears, but border-radius still not applied
Border-radius works for all browser except IE (I test it with IE8). The solution is to put behavior:url(PIE.htc); into the css class. Looks like the path behavior:url(PIE.htc); is correct, because:
...
1
vote
1answer
245 views
Javafx PieChart created with scene builder does not dispaly data
Im having trouble using some of the Javafx examples from Oracle as the 'scenes' are not created with the Scene Builder so the code differs from what I want to use it for.
Im trying to create a layout ...
1
vote
1answer
615 views
Pie charts clustering on Google Maps [batchgeo-like]
Anybody knows how to remake something similar to what Batchgeo does when clusters/groups markers with dynamic pie charts?
Example: batchgeo map with pie clustering
Thanks,
Regards
0
votes
1answer
781 views
How to get text from html table in pie chart (highchart)?
I am displaying data from html table to pie chart (HighChart).
I want to display text which are between <th>..</th> tag of table tag.
But instead of text .. it displays slice ... slice .. ...
0
votes
2answers
333 views
jqPlot Pie Chart Tooltips
Am I right in thinking that the Hightlighter class in jqPlot does not handle tooltips for the PieRenderer? I've spent quite a while trying to get them to work however I can't seem to get it to show ...
0
votes
3answers
199 views
Highcharts, exclude data point from legend on pie chart
How can I exclude one specific data point from legend on pie type of chart, but show all others?
0
votes
1answer
350 views
Place pie charts on nodes of force directed layout graph in D3
I would like to place pie charts on the node of a D3 force directed layout graph using D3.js. This is a common visualization in population genetics, see for example ...
0
votes
1answer
264 views
Raphael.js - HowTo Pie Chart Donut Style with bent labels in donut sectors
I want to make a pie chart in donut style with bent labels in the particular donut sectors, like this one:
In this mockup, the user has clicked on the "Raphael.js" sector. Now for the clicked ...
0
votes
1answer
159 views
a:hover box-shadows using PIE
I am looking for some help using CSS3 Pie,
I have applied it to certain aspects of my site so that they are able to use box-shadows in earlier versions of IE and it seems to work fine, however when ...
0
votes
1answer
1k views
Non-PIE Binary - The executable '<project name>' is not a Position Independent Executable.
I am upload a binary on iphone App Store and i got message that invalid binary . I get mail from Apple is that
Dear developer,
We have discovered one or more issues with your recent delivery for ...
0
votes
1answer
55 views
Highcharts: Polar columns datalabels inside position
I'm trying to get values (datalabels) of a columns polar chart INSIDE the actual column, and not on top of it. I've set inside: true property but it does not seem to have any effect, although it works ...
0
votes
2answers
26 views
PIE with added on hover border
There is simple example: http://fsou1.ru/files/verstka_examples/14/index2.html
I use PIE.js for attaching border-radius in IE, but when i add 'border: 30px solid black' on hover event, PIE.js doesn't ...
0
votes
1answer
187 views
How to add events to the individual sections(arcs) of a pie chart created out of d3.js?
This is a basic code to create a pie chart for protocol distribution. In my .csv file, I have two columns viz., protocol name and the percentage.I want to add events on individual arcs. For ...
0
votes
1answer
18 views
Highcharts piecharts no data display
Hi i am using highcharts pie charts. i am geting the series data from a
text file.if i have no data in text file , can i display 'no data' text display at the >center of the circle
0
votes
0answers
35 views
Issue with Highcharts pie charts with frameset
I am using highcharts pie charts. I am displaying 4 pie charts in single page with different series of data. It's working well and good. But if im using frameset and calling those pages inside that ...
0
votes
1answer
50 views
Border radius, background image, background gradient, and IE8, IE10
I've got a div with border radius, background gradient, and background image working in FireFox, but not in IE8 or IE10. Gradient and background image work in IE8, but when I apply the border radius, ...
0
votes
1answer
104 views
Jquery flot pie with PHP MYSQL
I have some problems. Excuse me for my english.
I'ld display the datas but nothing !!
I dont know where is the probleme. I dont find it.
Thnaks you for your help.
code html
<div id="pie2" ...
0
votes
1answer
42 views
silverlight selectively bind properties to piechart?
If I have a custom class that contains a number of properties, how do I bind a selected few of them to a silverlight toolkit pie chart? For example:
public class Expense
{
public double food;
...
0
votes
1answer
46 views
CSS3 Pie not working (.HTC file)
I am using CSS3 on my new website and I tried to get it work in older IE versions with CSS3 PIE.
But it doesn't seem to work, anyone got an idea? I just used the file from their website and check ...
0
votes
1answer
127 views
Plot data values inside pie charts slice
How to add a data values inside the slice in pie chart.Can any one help me in this? whether this is possible?
0
votes
1answer
85 views
jqplot pie chart with empty dataset
I want to have an empty pie chart in case when no data has been given to draw a pie chart.
If I am passing an empty array for dataset then it is not rendering anything in canvas.
Can anybody update ...
0
votes
1answer
31 views
Need help to configure PIE.htc for CSS3
I found out that using PIE.htc will hellp to resolve the problem with IE7-8 when using box shadow.
I did exactly as they are explaining on the official website: http://css3pie.com/
But I can't get ...
0
votes
0answers
488 views
HighCharts Pie Chart - Add text inside each slice
I am creating a financial pie chart using HighCharts that represents asset allocation. My goal is to create a chart that represents the actual allocation values in each slice but inside each slide ...
0
votes
0answers
163 views
D3 Categorical pie chart from csv
I'm creating a categorical visualization using D3 using pie charts (arcs). What I mean that all the categories have equal value, but I want them to have different colors based on whether they passed a ...
0
votes
1answer
99 views
Highchart pie - array dynamic for dynamic pie
Below my code :
$(document).ready(function() {
for(var j = 0; j < productsSize; j++) {
//tmStringToDisplay.push(name[j], parseInt(percent[j]));
var tmStringToDisplay = ...
0
votes
0answers
38 views
typeError on using Google visualization API in XUL
I have a problem using the Google visualization API: In my XUL-document I want to display a pie chart by the following JS-Code:
<html:script type="text/javascript">
...



