Re: What Happened When We Applied Psychology-Backed Tweaks to a Funnel? Digital Media Digital Marketing by graceweb It’s amazing how just a few strategic changes can turn a struggling funnel into a success story. The emphasis on trust signals and emotional storytelling really resonates—those elements create a connection that can be the deciding factor for prospects. Thanks for highlighting those key takeaways! It’s a good reminder that sometimes it’s not … Re: What Happened When We Applied Psychology-Backed Tweaks to a Funnel? Digital Media Digital Marketing by asadkhan12 Your post perfectly highlights the power of behavioral psychology in funnel optimization! The results speak for themselves—small yet strategic psychological tweaks can make a massive impact on conversions. Trust signals, emotional storytelling, and cognitive ease are often overlooked but make all the difference. The way you broke down each … High chart draw pie chart column wise using php mysql Programming by jadago … facing a problem on how I can draw a pie chart column-wise using PHP MySQL. Please see the MySQL table… Yes 60 What I need is PHP/high chart code that will dynamically plot a pie chart for columns q1,q2, and q3… High chart problem in javascript Programming Web Development by Pravinrasal I used high chart in java-script .In high chart my graph is displayed very well but when I click on "show graph" button it doesn't show directly graph first I want to click on inspect element in firebug then after that graph will be displayed . What is the problem happening this i don't understand. Re: High chart draw pie chart column wise using php mysql Programming by AndreRet You can use this tutorial on how to create a chart pie with data from MySql. Learn to use Google to search for answers to your questions, I returned this tutorial from my 1st search - [Plus2Net Tutorial](https://www.plus2net.com/php_tutorial/chart-database.php) Re: High chart problem in javascript Programming Web Development by pritaeas Please give an example of what you have and what you want. It is not clear (to me) what you are asking. Note that HighCharts has excellent support, if you show an example of your problem. chart columns w different colors? Programming Software Development by jeha0 …on each individual item/element/point/column in a chart with column series? Or even have gradient on…Normally, the elments of one series in the chart always have the same colour. But I want … to change colour if the voltage is too high or too low. In this case, I … to the mean value of all columns). This chart shall be able to display up to 96 columns… chart in html... Digital Media UI / UX Design by aashishn86 hii...i am creating a chart using html and asp the code for it is : [code] &…; labelArray(15) = "16" %> <% 'How many pixels high we want our bar graph Const graphHeight = 300 Const graphWidth…) 'Print out the highest value at the top of the chart 'Response.Write(hi & "</TD>") Dim… Re: chart columns w different colors? Programming Software Development by TnTinMN …private System.Windows.Forms.DataVisualization.Charting.Chart bc = new System.Windows.Forms.DataVisualization.Charting.Chart(); public Form1() { InitializeComponent(); … Event is raised before the chart is drawn // At this point the Chart control has created all the labels… Populating High Charts Pie Chart via PHP & MySQL Programming Web Development by DJ-DOO …Folks, I've recently started using High Charts to chart dynamic data from my database. I…text/javascript"> $(function () { var chart; $(document).ready(function() { chart = new Highcharts.Chart({ chart: { renderTo: 'graph3', plotBackgroundColor: null, plotBorderWidth… Re: Populating High Charts Pie Chart via PHP & MySQL Programming Web Development by DJ-DOO … type="text/javascript"> $(function () { var chart; $(document).ready(function() { chart = new Highcharts.Chart({ chart: { renderTo: 'graph3', plotBackgroundColor: null, plotBorderWidth: null, plotShadow… Re: Populating High Charts Pie Chart via PHP & MySQL Programming Web Development by DJ-DOO … type="text/javascript"> $(function () { var chart; $(document).ready(function() { chart = new Highcharts.Chart({ chart: { renderTo: 'graph3', plotBackgroundColor: null, plotBorderWidth: null, plotShadow… Re: Populating High Charts Pie Chart via PHP & MySQL Programming Web Development by DJ-DOO Sure I'll just echo the data, take a capture and upload it.. So this is what is displayed, I'm just echoing the data below the chart Re: Populating High Charts Pie Chart via PHP & MySQL Programming Web Development by DJ-DOO Definitely making progress anyway! The chart display is unusual though..I made the change as you … Re: Populating High Charts Pie Chart via PHP & MySQL Programming Web Development by DJ-DOO Yeah the pie chart is designed to display 100%, it should display with 50%/50%, but instead it's showing 9%/9%....would the numerical data being passed as a string i.e. "1" instead of 1 not be the problem? I'm afraid it's not up online, I am a college student on my placement and I'm working on an internal web based tool... VB.Net chart control black background problem Programming Software Development by richardh87 …max of 2 decimal places and I am using the chart.series("").points.databindxy() method. I have tried… adding a chart programmatically and also adding a chart using the designer and changing values programmatically.… AxisY interval was set to 1 and with a high y value it meant that there were thousands of vertical… Hi Resolution Chart in C# Programming Software Development by bobfink … customer which (among other things) takes a chart generated by an Excel workbook, and places it… (The C# app currently saves the Excel chart as a jpg file, then loads it into…of code on forums for saving an Excel chart to the clipboard, then pasting it into … that takes an Excel chart off an Excel worksheet, and places a high resolution image of it… Re: Hi Resolution Chart in C# Programming Software Development by yesi_1 U can refer this: http://stackoverflow.com/questions/1791369/excel-export-chart-to-wmf-or-emf Re: Multiple series chart Programming Web Development by rowly …Variables.chartOutput = ReplaceNoCase(Variables.chartOutput,'quality="high"', 'quality="high" wmode="transparent"', "ALL…,'<PARAM NAME="quality" VALUE="high"/>', '<PARAM NAME="quality"…; VALUE="high"/><PARAM NAME="wmode"… Re: How to create analytical chart Programming Web Development by diafol … used and liked very much this JS chart API: http://www.highcharts.com/ The high* JS series of scripts are fantastic. A… Re: chart columns w different colors? Programming Software Development by jeha0 Thank you! That was what I needed to learn more how to make usable classes for my data! I will definitely take up this! Is DataTable a fast and memory-saving type, or is it "heavy"? I will run most of the applications on an ordinary PC, and in this case, with very few elements in the table it doesn't matter, but how do programmers think… Re: chart columns w different colors? Programming Software Development by TnTinMN The DataTable class is definitely not light-weight. But it is easy to configure and I use it a lot for database manipulation. Hence I grabbed what I knew worked and presented it as solution for setting a datasource. However, for your application, it is not the best choice. I have done a little research and you can bind to an array, … Re: chart columns w different colors? Programming Software Development by cnmeysam hi i need something like this http://i60.tinypic.com/2m4bpxe.png Re: chart columns w different colors? Programming Software Development by ddanbe We all need something. First: Read the rules before posting. Second: Post in a new thread, where you can refer to this old thread. Show some evidence what you have done and we will be most happy to try to help you out with all your problems and questions about what you have tried. :) Re: chart in html... Digital Media UI / UX Design by serkan sendur why dont you response.write the value in that array elements, so you can make sure what is written on the height attribute, better than that view the source of the page and check height attribute of those images. Re: chart in html... Digital Media UI / UX Design by aashishn86 yeah...........thank's.. dat's a gud idea... Re: chart in html... Digital Media UI / UX Design by serkan sendur add to my repuation man, recently i have been badly critisized for my non-techical posts, i want to clear it... And share your solution to your problem. Re: chart in html... Digital Media UI / UX Design by aashishn86 well i don't have that code with me at the moment... i'll post it when i get back to work... Re: Commit Charge High Hardware and Software Microsoft Windows by gerbil …. Urk. The figure at the foot of the PF Usage chart is in MB, other figures are in KB, and the…. And what is shown in the actual Page File Usage chart? I have no idea. The Kernel Paged Pool - this is… Re: Nolan Chart Community Center Geeks' Lounge by Ezzaral So where's the high score on this game anyway? :P [ATTACH]7801[/ATTACH]