Remove decimal from Line Chart

I am using custom XML for line chart to control thresholds. On X axis , I want to specify % instead of decimal value. How can I achieve it?
I changed the below :
<format><![CDATA[{%Name}{enabled:True} - {%Value}{numDecimals:0}%]]></format>
But it does not work. Can someone help me?

Ok, here is the entire custom XML from one of my charts. You will notice that the definitions for the X and Y axis are not in the <data_plot_settings> tag, but are in the <chart_settings> tag which is above the data_plot_settings.
<?xml version = "1.0" encoding="utf-8" standalone = "yes"?>
<anychart>
  <settings>
    <animation enabled="false"/>
    <no_data show_waiting_animation="False">
      <label>
        <text></text>
        <font family="Verdana" bold="yes" size="10"/>
      </label>
    </no_data>
  </settings>
  <margin left="0" top="" right="0" bottom="0" />
  <charts>
    <chart plot_type="CategorizedVertical" name="chart_3053317050568022">
      <chart_settings>
        <title enabled="False" />
        <chart_background enabled="false" />
        <data_plot_background enabled="false" />
        <axes>
          <y_axis >
            <scale   mode="PercentStacked" maximum="100" major_interval="20" minor_interval="20" />
            <title enabled="false" />
            <labels enabled="true" position="Outside">
              <font family="Tahoma" size="10" color="0x000000" />
              <format><![CDATA[{%Value}{numDecimals:0,decimalSeparator:.,thousandsSeparator:\,}%]]></format>
            </labels>
            <major_grid enabled="False"/>
            <minor_grid enabled="False"/>
            <minor_tickmark enabled="false" />
            <line enabled="false" />
            <zero_line enabled="false" />
          </y_axis>
          <x_axis>
            <scale  mode="PercentStacked"    />
            <title enabled="false"/>
            <labels enabled="true" position="Outside" display_mode="Stager">
              <font family="Tahoma" size="10" color="0x000000" />
              <format><![CDATA[{%Value}{numDecimals:0,decimalSeparator:.,thousandsSeparator:\,}]]></format>
            </labels>
            <major_grid enabled="False" />
            <minor_grid enabled="False" />
            <major_tickmark enabled="false" />
            <minor_tickmark enabled="false" />
            <line enabled="false" />
            <zero_line enabled="false" />
          </x_axis>
        </axes>
        <legend enabled="false" />
      </chart_settings>
      <data_plot_settings enable_3d_mode="false" >
        <bar_series style="Default">
          <tooltip_settings enabled="true">
            <format><![CDATA[{%CategoryName}   {%SeriesName} - {%Value}{numDecimals:0,decimalSeparator:.,thousandsSeparator:\,} - {%YPercentOfCategory}{numDecimals:1,decimalSeparator:.,thousandsSeparator:\,}%]]></format>
            <font family="Tahoma" size="10" color="0x000000" />
              <position anchor="Float" valign="Top" padding="10" />
          </tooltip_settings>
          <label_settings enabled="true" mode="Outside" multi_line_align="Center" rotation="0">
            <format><![CDATA[{%Value}{numDecimals:0,decimalSeparator:.,thousandsSeparator:\,} - {%YPercentOfCategory}{numDecimals:1,decimalSeparator:.,thousandsSeparator:\,}%]]></format>
            <background enabled="false"/>
            <position anchor="Center" valign="Center" halign="Center"/>
            <font family="verdana_embed_tf" size="10" color="0x000000" />
          </label_settings>
          <bar_style>
          </bar_style>
          <marker_settings enabled="True" >
            <marker type="None" />
          </marker_settings>
        </bar_series>
      </data_plot_settings>
&P7_CHART_DATA.
    </chart>
  </charts>
</anychart>

Similar Messages

  • How to convert from line chart data to CSV format

    Hi ,
    I am using Flex 3 and AS.
    I am getting data from MS SQL and display the data as line
    chart this is ok.
    But i want to convert this line chart data to CSV or .xsl
    format.I find one example in fourms the from data grid to CSV
    For this URL is
    http://www.abdulqabiz.com/blog/archives/flash_and_actionscript/datagriddataexporter.php
    But i want Line chart to CSV.Please help me.

    Line chart is a just a visual representation of some data
    that's sitting in your database. Isn't it? You load this in Flex,
    probably using HTTPService class, and pass it to some chart object.
    Now when use says that she needs it in CSV format, you're
    gonna have to send another request to the server to produce the
    same data, convert into CSV or XLS format and let user download it.
    Of course, if use doesn't want to download, you don't have to
    go to the server, at least for CSV format. You can convert the same
    data that used plot the chart to convert to CSV.
    Am I missing something here?
    ATTA

  • How to remove series from a chart?

    Hi,
    I want to remove a serie from a chart with 2 series. I've tried app.columnChart.removeChild(app.columnChart.series[1]);
    to remove the second serie, but it doesn't work. The error it writes is:
    The supplied DisplayObject must be a child of the caller. Please help.
    Rene

    Thanx for reply.But this is not what i am looking for.I need
    to apply different colors for each bars.I am generating charts
    dynamically.The item renderer is working fine.But at specific
    condition the item renderer shold ne removed from the chart series

  • Remove decimal from displaying in prices?

    I would like to remove the decimal from my product price so it will be displayed Kr.390  or my first choice if anyone knows how to solve it is Kr. 390,-
    Costs are now presented Kr.290,00 that is not correctly.
    Hope someone has a solution to this ...

    Here's a link that contains a simple code snippet that will do this for you - http://www.twoblokeswithapostie.com/blog/2013/05/27/eliminating-decimals-product-prices-bu siness-catalyst/
    You may have to replace . with , in price = price.split("."); if your prices have a comma in them instead of a dot.
    Cheers,
    Mario

  • Data Disappears from Line Chart in Preview Mode

    Help! Line chart data present in design mode, but disappears when in preview mode.  I have a dashboard that I update monthly.  Simple line charts.  Now, the line chart data is visible while in the design view, but does not show up when in the preview view or even when converting it to a PDF or Powerpoint.  SWF issue?  Inputs are needed!
    Thanks,
    Stan

    Hi Stan,
    The answer to, why the data disappears in runtime mode, depends on how you retrieve the data in your dashboard.
    It seems that you have some sample static data in your spreadsheet that shown in design mode. But chances are that this data is set to be overwritten in runtime mode, if you import your data using QAAWS, Live Office or similar.
    I would suggest you to add a "spreadsheet table" component (found in the bottom of the Selectors category in the components browser) to your dashboard. Set the spreadsheet table to display some of the cells in the spreadsheet that you expect to get populated during runtime.
    In this way you can verify if data is actually present in the relevant cells during runtime.
    By the way - this is also a best practice method to test data-retrieval in Xcelsius.
    I hope this helps.
    Kind Regards,
    Simon

  • Removing background from line drawing

    I'm desperate to find out how I can removing the background from a line drawing, leaving only the lines.

    Couple of additional tricks that can help in cleaning the image before using the magic wand. Open Levels and set a white point on the background using the white point eye dropper. This can clean up some stray marks. You can also use Threshold (filter>adjustments>threshold)to better separate the lines from the background.
    Rich

  • Remove peoples from Organization chart of Mysite

    Hi All,
    I would like to remove / Hide some users from the Organization chart  of mysite. Those peoples do not have a manager assigned in AD. How can i do that without any code..Please help

    the org chart shows ANY user in the UPS. If you do not want a user to be shown, you would need to exclude the user from the UPS synchronization.
    Scott Brickey
    MCTS, MCPD, MCITP
    www.sbrickey.com
    Strategic Data Systems - for all your SharePoint needs

  • Removal Decimal from Prompt

    Hi Guys,
    I am using Dashboard Prompt for a col,It is showing '.00' for all values by default,How do I get rid of them.
    Tried Cast on frontend...It dint Work...
    Any Idea's??
    Reg

    You need to use cast function in both Prompt and also in the report.
    Once you use cast in the report set Is Prompt.
    That should work.
    If helps pls mark

  • Removing decimal in mapping

    Hi,
    How do I remove decimal from float (source) to unsigned integer (target) in graphical mapping?
    For eg:
    Source = 1500.23
    Target = 150023
    Reg,
    Shobhit

    If you want a quick way of just letting numbers to pass, use:
    return a.replaceAll([^0-9], "");
    in a UDF.
    Regards,
    Henrique.

  • Remove marker from chart legend.

    How do I remove a marker with no display name from a legend?

    Looks like no one wanted to tackle this problem. i guess no one suffered from this?
    in any case, i got a good tip on how to customize the XML in the flash chart, so that the marker doesn't show:
    a normal entry for the line chart section of the XML would look somnething like this:
    <line_chart left_space="5" right_space="5">
    <block_names enabled="no" />
    </line_chart>
    so, to remove the marker, set the dots radius in the location as follows, to 1
    <line_chart left_space="5" right_space="5">
    <block_names enabled="no" /><dots radius="1"/>
    </line_chart>
    worked like a charm! thanks Joel...

  • How to make a Line Chart curved instead of straight from point-to-point?

    I have a Line Chart that is is very jagged and plots directly from point to point, like this:
    http://img818.imageshack.us/img818/7408/testhb.jpg
    But I want to achieve something that looks a bit smoother where the line instead is curved from point to point, like this:
    http://download.oracle.com/docs/cd/E12839_01/bi.1111/b32122/img/curvedline_graph.gif
    Is this possible in Xcelsius 2008?  I couldn't find anything in the graph's properties and I also had no luck when searching google/these forums for a solution.  Thanks for the help!

    Hello Richard
    I have come across the same scenario today and I saw your .swf file and it was exactly what i was looking for.
    Can you please be kind enough to send me the .XLF fil on <email address removed>
    Thanks
    Arshiyan
    Message was edited by: Ludek Uher
    I removed the email address as this is against the SCN Rules of engagement. Files can be uploaded via the "Use advanced editor" link on each SCN post.

  • Change Color from grid lines in Flash 2D Line Chart

    Hi,
    does anybody know how to change the color from the grid lines in 2D Line Chart?
    The color is always black (000000), I will use gray (CCCCCC).
    I can use a custom XML. Can you give me an example please???
    Where can I read something about the possible XML-Tags in Custom XML for Charts?
    Best regards
    Simona

    Simona,
    anychart.com has XML reference you can use for the charting engine in APEX.
    Try using custom XML and sticking this inside the grid > values tag:
    <lines color='0xCCCCCC' />- Marco

  • How do I remove a account from the Chart Of Accounts oChartOfAccounts

    Hi,
    I would like to be able to remove a number accounts from the Chart Of Accounts table.
    I see in the help file for the SDK that the Remove() method of the ChartOfAccounts object is Not Supported and I do indeed get an exception when I call it (Object does not support this method or method not implemented).
    Is there another way to remove accounts from the SDK? I am using the SAP Business One DI API Version 8.8 SDK.
    Regards

    Hello,
    based on help, it is really not supported. You can remove via GUI (SAP B1 Client).
    Regards
    János

  • Showing one data point on a line chart - X-axis label placed away from its actual position

    Hi Guys,
         In line chart, i used CircleItemRenderer to show single data point. It shows correctly if it is single data point. But the x-axis label placed away from its actual position. Right now it displayed left most position where the line chart starts. I need to move that label straight of that datapoint where it plotted.  Please see the screen shot attached with this post.
    In screen shot, x-axis label "Jan" displayed in left most position.
         And how can we show the datatip for single datapoint. At present, we can't able to see the datatips also with single datapoint.
         Can any body help me to fix those two issues.

    I figured out a way to customize a single datapoint in a line series.  The solution is at this link:
    http://www.flexdeveloper.eu/forums/flex-charting/customize-a-datapoint-in-a-line-series/

  • Webi Line Chart to Start from Axis Origin

    Hi,
    Need a quick help in BI4.0 webi line chart formatting.
    I have datetime on x-axis and cash flow on Y-axis.
    Say my cash flow starts at 9am on a day with $100 , my line chart starts the plot from 9am i.e. (9am,$100)
    instead I want the line plot to always start from (0,0)
    This is probably a chart option, but i dont find it.

    Hi Thangaraj,
    I have a similar requirement for a line chart to start from 0,0. while its min value is greater than 0.
    We are on BO 4.1 SP4  and there is no direct chart option for this.
    I would like to know whether you were able to achieve this in web intelligence.
    I really appreciate your reply.
    Thanks,
    Sri

Maybe you are looking for

  • Function module to validate posting date

    Hi all, i am using function module amfi_period_get_and_check to validate posting date. if posting date is not open this module raises error message but when i am using it in my code its not showing error message but when i am executing the module it

  • Custom OA page (no personalization) translation from English to Spanish

    Hi, Problem Description: I have a custom OA page with no personalizations. I need to translate it into "Latin American Spanish". The steps I've done as of now are: 1. Ran the following command from D:\RUP6\jdevbin\jdev\bin> XLIFFExtract D:\RUP6\jdevh

  • IP Packager not updating revision on changes?

    Greetings, I've been using Vivado 14.3 for a few weeks now, under Ubuntu 14.04.  It's been working pretty well.  Starting today there has been a change in the design flow, I don't know why it's changed but it's got me stalled at the moment.   I am cr

  • Quick way to see if a list of packages exist in the repos or the AUR

    For a script I'm writing, I'd like to check if a list of packages actually exists in the enabled repos or in the AUR. Currently, I'm looping through all packages in the list and runing `pacman -Ss package_name`, but there are two problems with this.

  • App Store has become unusable

    The App Store recently has become quite unusable: - no more "Latest iPhone Apps" category - no more "Latest free Apps" category - "New" panel doesn't show the latest Apps in the current category - especially in the category "Games" there's no way to