Change the default colours in line chart

hi everyone,
I'am a new user in Flex, and I am facing my first barrier
I am using a code to interact a table and a graph
the defaults colours of the lines are orange and a kind of green
I would like to change these colours to red and pure green if it's possible
here is my code
<?xml version="1.0"?>
<mx:Application xmlns:mx="http://www.adobe.com/2006/mxml"
layout="absolute" width="600" height="600"
creationComplete="init()" applicationComplete="stage.scaleMode = StageScaleMode.EXACT_FIT;">
<mx:Script>
<![CDATA[
[Bindable] private var chartData:XML;
private function init():void
//Inject the JavaScript functions we need to interface with the RMA
//You can find the scripts below in the "acroJSFunctions" string object
ExternalInterface.call("eval", acroJSFunctions);
//set up callback for upadtes
//the format script in each of the fields uses callAS to send the field name and it's value to the RMA
//the function for this callback then modifies the XML that drives the chart.
ExternalInterface.addCallback("changeData", changeData);
//set up callbacks for commenting
ExternalInterface.addCallback( "multimedia_getState", getState );
ExternalInterface.addCallback("multimedia_setState", setState);
loadDefaultXML();
private function loadDefaultXML():void
  var req:URLRequest = new URLRequest("defaultChartData.xml");
var loader:URLLoader = new URLLoader(req);
loader.addEventListener("complete", xmlLoaded);
private function xmlLoaded(event:Event):void
    chartData = new XML(event.target.data);
    loadDataFromAcroFields();
private function loadDataFromAcroFields():void
    //get the values from the PDF
    var c:int;
    var r:int;
    for (c=0;c<2;c++)
   for (r=0;r<16;r++)
      var result:String = ExternalInterface.call("getFieldValue",r, c);
      chartData.children()[r].children()[c] = int(result);
private function changeData(name:String, value:String):void
//this function gets called when the field value in the PDF file changes
//look in the format script for the field in the PDF.
//the field name is in the form "table.r.c" where r is the row number and c is the column.
//So the first field in the table would be called "table.0.0"
//By splitting the string into an array, I can modify the corresponding element in the XML object that drives the chart.
var fieldNameArray:Array = name.split(".");
var row:int = int(fieldNameArray[1]);
var column:int = int(fieldNameArray[2]);
var val:int = int(value);
chartData.children()[row].children()[column] = val
private function getState():String
//store the chart data XML
return chartData.toString();
private function setState(stateData:String):Boolean
chartData = new XML(stateData);
var c:int;
var r:int;
    for (c=0;c<2;c++)
   for (r=0;r<16;r++)
      var fieldVal:String = chartData.children()[r].children()[c].toString();
      var result:String = ExternalInterface.call("setFieldValue",r, c, fieldVal);
return true;
]]>
</mx:Script>
<mx:String id="acroJSFunctions">
<![CDATA[
function getFieldValue(row, column)
    fieldName="table."+row+"."+column;
    fieldValue = this.getField(fieldName).value;
    return fieldValue;
function setFieldValue(row, column, value)
    fieldName="table."+row+"."+column;
    this.getField(fieldName).value = value;
]]>
</mx:String>
<mx:SeriesInterpolate id="interpolateIn" duration="1000"/>
<mx:Canvas backgroundColor="#FFFFFF" width="100%" height="100%" horizontalScrollPolicy="off" verticalScrollPolicy="off" borderStyle="solid" borderThickness="1" borderColor="#000000">
    <mx:LineChart id="chart" dataProvider="{chartData.totals}" showDataTips="true"
     left="10" top="10" right="10" bottom="10">
     <mx:horizontalAxis>
      <mx:CategoryAxis categoryField="Day"/>
  </mx:horizontalAxis>
  <mx:series>
   <mx:LineSeries yField="FY06" displayName="No. errors" showDataEffect="{interpolateIn}"/>
   <mx:LineSeries yField="FY07" displayName="No. lines" showDataEffect="{interpolateIn}"/>
  </mx:series>
</mx:LineChart>
     <mx:Legend dataProvider="{chart}" right="25" bottom="25" borderStyle="outset"/>
</mx:Canvas>    
</mx:Application>
I've tried to read this post: http://help.adobe.com/en_US/flex/using/WS2db454920e96a9e51e63e3d11c0bf69084-7c5c.html#WS2d b454920e96a9e51e63e3d11c0bf6568f-7ff5
then I've tried to understand how can I modify and insert the following code to mine, I've tried but doesn't work
<mx:series>
           <mx:LineSeries yField="profit" displayName="Profit">
            <mx:lineStroke>
                <mx:SolidColorStroke
                    color="0x0099FF"
                    weight="20"
                    alpha=".2"/>
            </mx:lineStroke>               
           </mx:LineSeries>
           <mx:LineSeries yField="expenses" displayName="Expenses">
            <mx:lineStroke>
                <mx:SolidColorStroke
                    color="0x0044EB"
                    weight="20"
                    alpha=".8"/>
            </mx:lineStroke>               
           </mx:LineSeries>
        </mx:series>
can you please help me?
thanks a lot
Win 7 64 bits
Adobe Flash Builder 4.6 Premium

Well, I'm getting closer.  I have resorted the legend according to the order of the lines on the chart, by doing the following:
> chart expert
> data tab
> select field from "On change of" list
> Top N button
> For this group sort "All", based on the same field as I selected from the "On Change of" list, in descending order
> click OK and OK again.
Although this worked, I'm pretty sure it's sorting on the wrong year.  I would like the legend to be sorted descending, according to the values in 2010, not 2006, which it appears to be doing.  Any ideas?
By the way, my apologies if I mislead anyone by saying I have grouped charts.  It's actually an advanced report that is grouped by one of my data fields.  This produces a new chart for each group automatically.
Thanks again.  I appreciate all offers of help!

Similar Messages

  • Changing the default view for Line Items in an Auction.

    Hello All,
    We have a version 5 client who is asking for us to change the default view for line items in an auction.
    Currently, if you have an auction setup, and you go to the Line Items tab, the default view is the "Basic View". The client would like to change the Default from "basic view" to "price view".
    Is there a way to change this default in the system? Can this be configured using query groups? Any information would be helpful.

    Hi wood cloud,
    This is not possible, bcz there is no VLV for that drop down and we cant set it  to the price view.
    Thanks,
    Ankur Goyal

  • How do I change the default email-subject line when emailing from Acrobat 8...

    Hi,
    After creating a document in acrobat and clicking the email icon on the tool bar, Acrobat automatically opens and attaches the document to a new email message in Outlook. It also adds the file name as the subject, then appends "- Adobe Acrobat Professional". How do I remove and/or customize the default subject line appended by Acrobat Pro 8.12?
    Thanks!

    Hi, I have the same problem as Alan L. Whenever I have a file open in Acrobat 9 Pro Extended and click File-> Attach to Email it creates a new Outlook message and attaches the file but does not populate the subject line with the file name. The subject line is blank. I tried to email the same PDF file from Foxit Reader and it correctly populated the subject field with the file name.
    If anyone can help me I would really appreciate it.
    Thanks,
    Michael

  • My tab default is1.25 which is too big for the A5 document I'm working on, how do I change the default tab so that I don't have to reset each individual line?

    My tab default is1.25 which is too big for the A5 document I'm working on, how do I change the default tab so that I don't have to reset each individual line?

    Hi Hannah,
    Inspector > Text > Tabs Button > Tab Settings > Default Tabs.
    To set a tab stop on the go, click in the ruler.
    If you can't see the ruler, Menu > View > Show Rulers.
    To set tab stops for lines (paragraphs) you have already typed, select those paragraphs and set them all at once.
    Also, have a look at Menu > Pages > Preferences > Rulers.
    Regards,
    Ian.

  • How do I change the default '/' shortcut (select none in colour swatch) to something different? Where can i find it in Keyboard Shortcuts?

    How do I change the default '/' shortcut (select 'none' in colour swatch) to something different? Where can i find it in Keyboard Shortcuts?
    Any ideas?

    Thanks so much )))))))

  • How do you change the click box properties (line colour and width) in Captivate 7.0?

    How do you change the click box properties (line colour and width) in Captivate 7.0?

    Yes certainly, we can do that, insert a smart shape and use it as a button, then go to the properties pane, change the Alpha to 0, that will make it transparent, and add the stroke color as red and increase the width.
    In case of a button, you have to select button type as transparent and do the same.
    Thanks.

  • Can I change the default settings for Paragraph Rules?

    Hello
    I need to apply the same 'Rule Below' to a lot of separate lines of text in InDesign CS5, but the settings I want differ from the default ones in the Paragraph Rules dialogue box. Is there a way to change the default settings so I can just click Rule On rather than inputting the same information a million and one times?
    Many thanks

    You will need a separate paragraph style for each heading level
    Heading Level 1
    Heading Level 2
    Heading Level 3
    For Heading Level 1 - create a Paragraph Style and set it the way you want.
    For Heading Level 2 - make sure that in General that "Based on: Heading Level 1", this will give it same properties as H1 - but you can change the size of the text and the size paragraph rule to suit.
    For HEading Level 3 - make sure that you set it to Based On: Heading Level 1 (this is vital)
    And do the same for all Sub Heading levels.
    I'd usually assign shortcuts of
    CTRL ALT SHIFT 1 - for H1
    CTRL ALT SHIFT 2 - for H2
    Etc.
    This will ensure consistency across your document.
    Say for example you needed to change the colour or tint of all Paragraph Rules
    CHANGE H1 ONLY - and this will also be applied to H2 H3 H4 etc.  As long as you haven't given different tints/colours to each individual Paragraph Rule in the Styles.

  • How do you change the default save as directory when saving a PDF file to your hard drive?

    This is the on-line help instructions on this site:
    Downloading a PDF file to your hard drive
    You can download a PDF file to the hard drive from a web page's link. Downloading PDF files doesn't require the ActiveX plug-in file to be installed. (If you want to open and view the PDF file after downloading it, you must have Acrobat, Adobe Reader, or Acrobat Reader installed.)
    To download a PDF file from a link:
    1. Right-click the link to a PDF file, and then choose Save Target As from the pop-up menu.
    2. In the Save As dialog box, select a location on your hard drive, and then click Save.
    My issue:  I want to save several pdf files (from the Adobe Reader in my browser) one at a time and each time it defaults the save as directory to the desktop and I have to go looking for the directory I last saved a pdf file in.  I got lots of directories and I wish I could change the default setting for the save as directory.  Just a minor thing but irritating as other programs usually will allow you to switch the default save as directory to one of your choosing.

    There is not a way to set the default location from all the forums i searched in the last couple days.
    Russ

  • How to change the default color of the selected row

    hi all,
    I need to know how to change the default color(yellow) of the selected row in a table component.whether i need to change anything in the stylesheet.If so, where should i make the changes in the stylesheet.
    thanks and regards,
    rpk

    The chart colors are being referred to *'palette.cxml'* file in these directories
    BI_HOME\web\app\res\s_oracle10\chartsupport
    BI_HOME\oc4j_bi\j2ee\home\applications\analytics\analytics\res\s_oracle10\chartsupport
    you can change to your custom colors.
    Restart OC4J and PS to make the new ones work..
    Regards,
    Raghu

  • How to Change the Default Font in Firefox 4 ?

    How to Change the Default Font in Firefox 4 , for this >>
    http://store2.up-00.com/Mar11/AJG18655.png << ?

    Go to properties first: and set before typing anything in as shown here:
    http://screencast.com/t/ZTgzOTM3Y
    Then right click bring up this menu while inside active field and click on item with arrrow:
    http://screencast.com/t/ZTRjMWRkMzk
    Now what ever you typed should reflect the new Font setting.
    we may be as you say. But then again other people act like whats on the other side.
    We do our best. And if we fall short, well we gave it our best shot.
    Okay. In the interests of being completely clear:
    I have already tried this. Several times. This procedure will change the default for any of the fields that I place by hand. It does not change the default for any of the fields placed by the Wizard. I was unable to find a solution to the problem in any of the manuals, books, or on-line forums, which is why I posted here as a last resort. This leads to two conclusions:
    A. Your advice is incorrect
    B. There is a problem with my installation of Acrobat
    I will assume that A is not the correct conclusion. I will therefore try a re-install of my software to see if this clears up the problem. There have been other issues with other Adobe software on my machine that a re-installed has fixed nicely. Luckily, I don't have to do this at all often.

  • How to change the Default Password on AP1131AG

    Hi all :
    I tried to change the default password Cisco to other by command line but the password cannot work out.
    The command line I used are as below :
    AP#conf t
    Enter configuration commands, one per line.  End with CNTL/Z.
    AP(config)#enable pass
    AP(config)#enable password 4dMINO123 ?
    LINE    <cr>
    AP(config)#enable password 4dMINO123
    AP(config)#exit
    AP#wr
    *Mar  1 04:39:23.902: %SYS-5-CONFIG_I: Configured from console by console
    Building configuration...
    [OK]
    AP#exit
    This still cannot cahnge. Below I do again below commands :
    AP(config)#enable secret
    % Incomplete command.
    AP(config)#enable secret ?
      0      Specifies an UNENCRYPTED password will follow
      5      Specifies an ENCRYPTED secret will follow
      LINE   The UNENCRYPTED (cleartext) 'enable' secret
      level  Set exec level password
    AP(config)#enable secret 5
    % Incomplete command.
    AP(config)#enable secret 5 ?
      LINE  The ENCRYPTED 'enable' secret string
    AP(config)#enable secret 5 LINE
    ERROR: The secret you entered is not a valid encrypted secret.
    To enter an UNENCRYPTED secret, do not specify type 5 encryption.
    When you properly enter an UNENCRYPTED secret, it will be encrypted.
    AP(config)#enable secret LINE
    AP(config)#exit
    AP#
    *Mar  1 04:40:53.021: %SYS-5-CONFIG_I: Configured from console by console
    AP#
    AP#exit
    After that when I access with >en again as below with correct password of 4dMINO123 and it always fails as below :
    Can anybody help to provide correct way of changing the default password of Cisco to another password? Many thanks!
    AP con0 is now available
    Press RETURN to get started.
    AP>en
    Password:
    Password:
    Password:
    % Bad secrets
    AP>en 0
    AP>en 5
    % No password set
    AP>en 15
    Password:
    Password:
    % Password:  timeout expired!
    Password:
    % Bad secrets
    AP>
    AP>
    AP>en
    Password:
    Password:
    Password:
    % Bad secrets
    thanks and best regards,
    tangsuan

    Hi, I have even the worst problem,
    that seems probably to to be never asked on Internet. After quick learning how to reset this creapy device, I can't get by no means the enable password in default config for this box, having read everywhere from Cisco guide through community pages to Google pages.. NOWHERE.
    Question is : what else except Cisco, cisco, root, password... can solve this stupid issue?!? I expect some guru from responsible AP BU to answer this with definite answer, or someone from Cisco having mercy with me to contact such guy(s).
    Here is my desperate situation :
    Nothing from this page helped :
    http://www.cisco.com/en/US/partner/products/hw/wireless/ps430/products_password_recovery09186a00800949d0.shtml#reset_ap_newer
    Situation after hard reset:
    Xmodem file system is available.
    flashfs[0]: 26 files, 8 directories
    flashfs[0]: 0 orphaned files, 0 orphaned directories
    flashfs[0]: Total bytes: 15998976
    flashfs[0]: Bytes used: 6879232
    flashfs[0]: Bytes available: 9119744
    flashfs[0]: flashfs fsck took 43 seconds.
    Base ethernet MAC Address: 00:22:55:9f:fc:a0
    Initializing ethernet port 0...
    Reset ethernet port 0...
    Reset done!
    ethernet link up, 100 mbps, full-duplex
    Ethernet port 0 initialized: link is up
    button pressed for 1 seconds
    process_config_recovery: set IP address and config to default 10.0.0.1
    Loading "flash:/c1130-rcvk9w8-mx/c1130-rcvk9w8-mx"...#########################################################################################################################################################################
    File "flash:/c1130-rcvk9w8-mx/c1130-rcvk9w8-mx" uncompressed and installed, entry point: 0x3000
    executing...
                  Restricted Rights Legend
    Use, duplication, or disclosure by the Government is
    subject to restrictions as set forth in subparagraph
    (c) of the Commercial Computer Software - Restricted
    Rights clause at FAR sec. 52.227-19 and subparagraph
    (c) (1) (ii) of the Rights in Technical Data and Computer
    Software clause at DFARS sec. 252.227-7013.
               cisco Systems, Inc.
               170 West Tasman Drive
               San Jose, California 95134-1706
    Cisco IOS Software, C1130 Software (C1130-RCVK9W8-M), Version 12.3(11)JX1, RELEASE SOFTWARE (fc1)
    Technical Support: http://www.cisco.com/techsupport
    Copyright (c) 1986-2006 by Cisco Systems, Inc.
    Compiled Mon 17-Jul-06 11:38 by alnguyen
    Image text-base: 0x00003000, data-base: 0x0035E440
    Initializing flashfs...
    flashfs[1]: 26 files, 8 directories
    flashfs[1]: 0 orphaned files, 0 orphaned directories
    flashfs[1]: Total bytes: 15998976
    flashfs[1]: Bytes used: 6879232
    flashfs[1]: Bytes available: 9119744
    flashfs[1]: flashfs fsck took 6 seconds.
    flashfs[1]: Initialization complete....done Initializing flashfs.
    cisco AIR-LAP1131AG-E-K9   (PowerPCElvis) processor (revision A0) with 24566K/8192K bytes of memory.
    Processor board ID FCZ1238Q0HK
    PowerPCElvis CPU at 262Mhz, revision number 0x0950
    Last reset from power-on
    LWAPP image version 3.0.51.0
    1 FastEthernet interface
    32K bytes of flash-simulated non-volatile configuration memory.
    Base ethernet MAC Address: 00:22:55:9F:FC:A0
    Part Number                          : 73-8962-14
    PCA Assembly Number                  : 800-24818-13
    PCA Revision Number                  : A0
    PCB Serial Number                    : FOC12354426
    Top Assembly Part Number             : 800-29144-03
    Top Assembly Serial Number           : FCZ1238Q0HK
    Top Revision Number                  : A0
    Product/Model Number                 : AIR-LAP1131AG-E-K9 
    Press RETURN to get started!
    *Mar  1 00:00:08.354: %CDP_PD-4-POWER_OK: Full power - AC_ADAPDOWN: Line protocol on Interface FastEthernet0, changed state to up
    Press>en
    Password:
    Password:
    Password:
    *Mar  1 00:00:27.393: %LWAPP-5-CHANGED: LWAPP changed state to DISCOVERY
    % Bad secrets
    Press>en
    Password:
    Password:
    Password:
    % Bad secrets
    Press>
    *Mar  1 00:00:36.530: %DHCP-6-ADDRESS_ASSIGN: Interface FastEthernet0 assigned DHCP address 192.168.1.2, mask 255.255.255.0, hostname Press
    Press>en
    Password:
    Password:
    Press>sho ver
    Cisco IOS Software, C1130 Software (C1130-RCVK9W8-M), Version 12.3(11)JX1, RELEASE SOFTWARE (fc1)
    Technical Support: http://www.cisco.com/techsupport
    Copyright (c) 1986-2006 by Cisco Systems, Inc.
    Compiled Mon 17-Jul-06 11:38 by alnguyen
    ROM: Bootstrap program is C1130 boot loader
    BOOTLDR: C1130 Boot Loader (C1130-BOOT-M) Version 12.3(8)JEA, RELEASE SOFTWARE (fc2)
    Press uptime is 17 minutes
    System returned to ROM by power-on
    System image file is "flash:/c1130-rcvk9w8-mx/c1130-rcvk9w8-mx"
    cisco AIR-LAP1131AG-E-K9   (PowerPCElvis) processor (revision A0) with 24566K/8192K bytes of memory.
    Processor board ID FCZ1238Q0HK
    PowerPCElvis CPU at 262Mhz, revision number 0x0950
    Last reset from power-on
    LWAPP image version 3.0.51.0
    1 FastEthernet interface
    32K bytes of flash-simulated non-volatile configuration memory.
    Base ethernet MAC Address: 00:22:55:9F:FC:A0
    Part Number                          : 73-8962-14
    PCA Assembly Number                  : 800-24818-13
    PCA Revision Number                  : A0
    PCB Serial Number                    : FOC12354426
    Top Assembly Part Number             : 800-29144-03
    Top Assembly Serial Number           : FCZ1238Q0HK
    Top Revision Number                  : A0
    Product/Model Number                 : AIR-LAP1131AG-E-K9 
    Configuration register is 0xF
    Press>

  • How to change the default up arrow in OBIEE Answers

    Hi All,
    I want to change the default blue up arrow with a green up arrow in OBIEE answers. How to do it?
    Regards,
    Soumitra

    Do you mean the condition formatting options ? If so I had a similar requirement to create a Green up arrow and an orange 'sideways' arrow. I did the following, all based on a default Windows install using OC4J :
    Navigate to :
    C:\OracleBI\oc4j_bi\j2ee\home\applications\analytics\analytics\res\s_oracle10\meters\arrow\tri\
    I copied up.gif to upgreen.gif and change the colour in a image editor.
    I coped up.gif, rotated 90 degrees, changed colour to orange and saved this as sideways.gif
    I copied the two new files into the Web services stye folders also :
    C:\OracleBI\web\app\res\s_oracle10\meters\arrow\tri
    restarted OC4J and presentation services and they are now available in the conditional formatting options, alongside the defaut Blue (up) and red(down) arrows.
    ** I believe the new pictures need to exist in any other style folders that you are using, e.g "s_hyperion", "s_oracle10", s_custom if you've done your own.

  • How to change the default text style?

    The MacOS system seems to maintain a collection of text 'styles' available in applications such as TextEdit, Bean, MacJournal, Notebook and DevonThink. This collection contains a default style, used by some (but not all) of these applications as the default text style for new documents.
    At my computers this default style is characterized in the 'favorite styles' panel as 'left aligned, spacing 0.0x' and it has strange tab stops (0.99, 1.98, 2.96, 3.95, 4.94, 5.93, 6.91, 7.90, 8.89, 9.89, 10.86, 11.85 cm).
    I prefer tab stops at 1.00, 2.00, 3.00 etc., and 1.2x line spacing.
    I guess I have changed the default style by accident, as I cannot imagine Apple putting such strange tab stops in a default style (0.0x spacing sounds a bit strange too). If so, it must somehow be possible to change the default style.
    I have tried to change the default style via TextEdit (which does not use the default style as default, but spacing 1.0x and tab stop at each centimeter) and several other applications (Bean, MacJournal, Notebook) in the following way: select a piece of text with the intended format, open the document styles panel, click 'Add to Favorites', enter 'Default' as the name for the style and click 'Replace'. Unfortunately, that doesn't work. Although I do not get an error message, the Default style hasn't changed. I can save my preferred style as, for example, 'Preferred' but that does not prevent MacJournal and other applications from using Default for every new document.
    Any idea how to change this default style, or, if that is not possible, reset it to its original state?

    I suggest you have a look at [https://addons.mozilla.org/en-US/thunderbird/addon/stationery/?src=api Stationery].
    It won't help you in defining styles, as such, but will give you templates wherein you can set up styles.

  • Changing the default download settings in the excel.

    Hi All,
    Is there any methodology to change the default settings of the download of a report to a excel file. Because when I try to download reports having pivoted chart view it tends to hide the titles. I have added the padding but no luck. It is taking the default settings.
    Is there any xml file where we change those properties?
    Thanks:

    George,
    Thanks a lot, that is very helpful.
    To solve my problem I am going to use that method (Create a new file @ startup, see if it exists, and if it does not exist then it is the first time running) and tweak it a little to solve my exact problem.
    I need to be sure that the application is being run after installation (from the installer), because the user MAY select "do not run after install", in which case the first time they try to run the program by opening an associated file, the program will exit, which is not a good first impression to leave on the user.
    So I will check if the file exists created and if then i will check if arguments (file name) is being passed.
    1. If a file name argument is passed I'll create the file and continue running to program. - First time run, but not from installer.
    2. If no argument is present and it is the first time, I will shut down immediately with no message. - First time running/run from installer.
    3. If no argument is present and file exists, exit with error (file needed). - Not the first time run, but no argument passed.
    4. If argument exists and and file exists, run program. - Normal execution.

  • Is there any way to change the default font for outgoing text-messages, in "Messages"? (OSX 10.10)

    Is there any way to change the default font for outgoing text-messages, in "Messages"?
    I can change it for one conversation, but then it resets to the default, tiny font.
    The preferences menu only lets me change the conversation font.
    (OSX 10.10)

    Hi,
    As you may remember there used to be a Messages pane to the Preferences where the Font and colour of the Balloons or background and the Font text colour could be changed.
    And there was a Format Menu for character, word and Sentence changes in the current IM or iMessage.
    Those have gone in Yosemite's version of Messages (Despite it retaining the designation of Messages 8 the same as Mavericks' version).
    All that can be done now is set the size of the font and this has been moved to the General Section of the Preferences.
    The Yosemite version has also been fixed to using the Balloons style of send and receiving any type of messages as well.
    Changing the Font would involved editing the Balloon.transcript file.
    10:34 pm      Saturday; December 13, 2014
    ​  iMac 2.5Ghz i5 2011 (Mavericks 10.9)
     G4/1GhzDual MDD (Leopard 10.5.8)
     MacBookPro 2Gb (Snow Leopard 10.6.8)
     Mac OS X (10.6.8),
     Couple of iPhones and an iPad

Maybe you are looking for