G'day,I'm using the standard SVG horizontal stacked bar chart (multi-series). I have set the Y axis maximum value but it is ignored - bars are plotted to their maximum height.I've had no such problem with vertical stacked bar charts.We're running v2.2.0.00.32.Is this a known bug? ...
I have a horizontal, stacked bar chart which summarises data by company divisions and I would like to create a link from each line to a drilldown. I'm OK with the link syntax etc. but, due to the fact that my page is quite "busy", the stacked bar chart itself is quite small and the bars contained wi ...
Hi; Although I am a big fan of jPgraph, I am gradually learning to use less elaborate GD code in php for simple tasks. I just worked out a script to create a tiny simple horizontal stacked bar graph (that I use in table cells with related data). I thought it might be of interest to other newbies out ...
during I put a How-To into execution (How To Create a Stacked Bar Chart) I'll get the following error code:SVG Chart error:ORA-20001:line_Chart error:ORA-20001:get_data error:ORA-20001:Parse error:ORA009(see http://www.oracle.com/technology/products/database/htmldb/howtos/index.html)This Situation o ...
I am using Stacked bar vertical with the 3 series. The problem is if any one of the series returns zero rows for the query it displays the No data found message for all the series and blank graph is there on screen with just x and y axi with the name.The result i want is if any series in the graph r ...
on HTML DB 2.0 we can make a stacked bar chart (this allows to have multiple series for bar charts).But I am having HTML DB 1.5. Is there any other way to create a stacked bar chart on 1.5 version? ...
I have got a question concerning stacked bar charts (V 1.6).I created a stacked bar chart (vertical) with 3 series, according to the How-To document "Create a Stacked Bar Chart".My x-axis should display dates (MON YYYY) in chronological order.My queries for the series just look like the ones in the ...
I have a stacked bar chart that works fine until one of the series involved returns no data - then it shows an empty chart with "no data found" on top. Anyone has any idea? ...
According to page export sql file I'm using APEX version 2.0.0.00.49.I'm trying to make stacked bar chart but no matter what I do I can't have series label to be displayed within the chart area.Is it a bug fixed in a latter version of APEX ? Is there something particular to do (for example an option ...
I need to show details about messages transactions.I decided to use a Stacked Bar chart to view present number of trans' of different types by their date.I use this query in all the series:select null link, sd label, c valuefrom (select trunc(STARTDATE) sd, count(TRANS_ID) cfrom TRANSACTIONwhere ERR ...
I have a series of stacked bar charts that are being used to track internal audits. I am tracking the number of audit items in a variety of categories, but when the count of items comes up as zero, it causes problems. I have the data sorted by month, but in months where there are zero records, it fa ...
I have a Stacked bar chart with two series. I want to display values on each series. The chart does not show value even when display value option get selected. Is this an apex bug? Is there anyway to circumvent that? ...
My department is conducting a series of SWOT sessions. Each item submitted during the sessions is given a category (such as Project Management), a quadrant (such as Strength), and a participant (such as Staff). I'm trying to display a stacked bar chart that will show the amount of items per quadrant ...
Hello, Ive got a stacked bar chart in the making, when one of the series doesnt have data, the whole chart show the no data found message but not the other series that do have data. Is there a workaround for this? can I catch the exception in the Series Query? Or is there any other workaround someon ...
trying to create a stacked bar chart I only get a grey picture. Reason: my data series provides positive and negative values. Can anyone tell me a trick how to fix this problem? ...
I am trying to build out a driildown report from a 2d stacked bar chart. I am able to include the 'LABEL' in the 'LINK' but am not able to include any 'VALUES'.My desired result is to have a user click on any part of the bar and 'drilldown' to the components that make up that part.Here's an example: ...
Please help me to solve this issue.I am new to creating charts. we have anychart 5.1.2 and anychart 3.3 (default one)I am trying to create a stacked bar chart in which each stack on the barshows the percentage of work done for "each center" between "2006 to 2009".I have seen some examples of stacked ...
Hi, I am trying to implement your horizontal nav bar into a design Iam creating but for some reason it's adding a horizontal scroll bar onthe screen even though the page itself and the nave are much smallerthan the width of the screen. any help would be appreciated! ...
Hi, I am trying to implement your horizontal nav bar into a design Iam creating but for some reason it's adding a horizontal scroll bar onthe screen even though the page itself and the nave are much smallerthan the width of the screen. any help would be appreciated!Here is a link to the css file ...
there, I've spent a lot of time trying to tweak the superfishhorizontal nav-bar to fit my specifications. Hopefully someone canhelp me out. I keep breaking the menu!Here's what I am trying to do, I would like to center the main and subnav buttons, they are currently all aligned to the left. ...
On the Superfish Horizontal Nav-bar there is one issue I am having:when a user hovers over a button that doesn't have a subnav, itdoesn't clear out the "current" subnav menu...I think it would bebetter usability-wise to clear out the links so the subnav is emptywhen a parent link h ...
Hello...I know that I have made some ridiculous mistake, but after many attempts, I can't find WHY I can't get Superfish's horizontal nav-bar to work. I is probably in my html and naming of my <ul> and <li>. I am still learning how to apply my code to others plugins. Ah ...
I am new in jquery ui and have two questions. 1. What is the relationship between http://jqueryui.com/ and this website http://flowplayer.org/tools/index.html. I feel the latter is pretty impressive. 2. For the homepage of http://flowplayer.org/tools/index.html, if I shrink my bro ...
Hello, Not sure if I have to post this in JQUERY or JQUERY plugins: don't really know the difference... (I'm a novice). I am offering an online language test containing 50 questions. Each question has its own maxmimum duration, expressed in seconds. The number of seconds for each question is a varia ...
I've a frameset which contains two rows:<frameset rows="40%,60%" frameborder="10" ImagesBaseUrl="images/" CssClass="VerticalSplitterBar" scrolling="yes"><frame src="ProgramReport1.aspx" frameborder="10" MARGINWIDTH=" ...
Alright, I'm likely going to sound like an idiot but I'm going to reach out for help in this. :p I've designed a template, using tables and an iframe. It works well, looks ok. Except in the iframe, it insists on a horizontal scroll bar. The content fits fine in the iframe, I have no idea why it's in ...
http://dev.jqueryui.com/ticket/3623 Whenever I open a dialog box, there appears a horizontal scroll bar when it should not because the current page doesn't provide one.I can only recreate this bug in IE with this test page http://jsbin.com/anuso ...
In my page i used div tag i set the attribute overflow:auto, here i am getting the horizontal scroll bar .This scroll bar is setting to the initial stage every time page is refreshed, but i want if the user moves the scroll bar and if he refreshes the page then the horizontal scrollbar should be set ...
Please see the below html code. i am getting the vertical scroll bar to view the below text. But the first text is very big but, i am not getting the horizontal scroll bar. please guide me the attribute for the below code.<select size=4 name="sitelist" id="sitelist" multiple s ...
How do I add a horizontal scroll bar to a Select box? ...
HiWe have a window application on winxp.Inside application we open another which is like spreadsheetOn XP when i click on window,horizontal scroll bar appears as window has many spreadsheet cellsbut same window on Vista ,horizon scroll bar does not appear until i resize that window.Any pointer/ideas ...
I have been having trouble getting pinch-zoom to work in my Android app. Nor can I create a horizontal scroll bar. If it's relevant, I am using the Phonegap framework to code my android web app. In my app, I am importing data from a remote script, but the imported data always goes bey ...
OK, I'm ready to pull my hair out over here, basically I want a drop down menu but using images or and image map.... I've been able to accomplish this but for some reason, when the page loads in any size resolution, the horizontal scroll bar appears and then after you go over a few of the menu items ...
Ok, I've put about 6 hours into trying to figure out why this site I'm developing has a scroll horizontal scroll bar on the bottom. The site is set up such that it has a index frames page showing 2 pages. simple right? I've done this countless times before, but have never encountered this. Interesti ...
http://rdesigns.vituhost.com/main.htm , go to/ click "wallpapers".whenever the table becomes longer than the iframe, the iframe displays a vertical scroll bar, but it also displays an unnecessary and unwanted horizontal scroll bar.i don't think it's a size problem since the iframe displays ...
I've read a couple of books on CSS but I'm still fairly green.I'm currently working on my first navigation menu. The site is not up yet but the code is below. But first I would like to try to explain what I'm trying to achieve.I would like the background of the menu to fully expand horizontally and ...
I'm trying to create a text-based, horizontal navigation bar with horizontalsubmenus and background images-based on a tutorial/stylesheet I foundonline. I cut and pasted the code from this online tutorial:http://veerle-v2.duoh.com/blog/comments/2_level_horizontal_navigation_in_css_with_images/Here's ...
I have a scrolling DIV that is about 7000px long. This DIV gets moved from side to side depending on where the user clicks using a simple jQuery animation function that sets margin. The only problem with this is that the overflow is hidden on the left side of the screen but the right side is visible ...
I have developed a website using Microsoft Expression Web 3. Please look at it www.homesfromtheheart.orgEverything seems to work nicely in the latest browser versions like IE8, Firefox, and Chrome. However, when the website is viewed on IE7 the horizontal navigation bar below the mast head is render ...
Does anyone know if it's possible to have a CTreeCtrl with a vertical scroll bar but no horizontal scroll bar? After creating my CTreeCtrl I tried this:-m_pMyTreeCtrl->ModifyStyle(WS_HSCROLL, WS_TABSTOP);which had absolutely no effect - and then I tried this:-m_pMyTreeCtrl->ModifyStyle(WS_HSCR ...
I'm pretty new to the whole CSS thing and I was making this website out of a fankit off the official world of warcraft website, anyway i fix it all up to find that there is a stupid horizontal scroll bar at the bottom, imo it looks unprofessional and i will not be telling any guildies about this sit ...
I have a div like<div id="x"><img src="src" height="50" width="50"><img src="src" height="50" width="50"><img src="src" height="50" width="50">etc..</div>then a css#x{hei ...
Has anyone got any idea what is causing Firefox to display a horizontal scroll bar on this page? (http://bokehman.com/) ...
how do i get rid of the horizontal scroll bar on my index page?is it because i have margins in my body {}?can i keep the margins and still get rid of the horizontal scroll bar?http://bluesrock.atspace.com ...
I am working in Visual C++ .I need to add a Horizontal Scroll bar in an Extended ComboBox (the one made by CComboBoxEx class The combobox is made at design time.I have already tried one method by editing the style of it in .rc file & then using Sethorizontalextent() method but that failed.. thou ...
I want to create a Horizontal Explorer Bar for IE. something similar to thishttp://msdn.microsoft.com/library/default.asp?url=/library/en-us/shellcc/platform/Shell/programmersguide/shell_adv/bands.aspAlthough this site didn't mention the program for it just registry settings. Can anyone show me a go ...
I check on the option of horizontal scroll barWhen it executes the following code, the horizontal scroll bar doesn'tappear. In fact, the long string exceeds the width of the CListBox control.Does anybody know why ?Any help is appreciated.myList.AddString("asdasdasdasdadadsaddasdsadsadsadsadasda ...
i am trying to built or better to find a horizontal navigation bar, which must have some characteristics. First of all i want to change the colours. Furthermore i want to appear some drop menu when i go my mouse over a button. You know when the mouse is over a button, then a drop down menu appears : ...
I have an online "language test" containing 50 questions. Each question has its own maxmimum duration, expressed in seconds. The number of seconds for each question is a variable in the dbase. Let's say the variable "seconds" is 60 seconds. This means that the user has 60 seconds ...
I have two doubts.The first one is, how can i disable the horizontal scroll bar of a CListCtrl at run time.The second one is like this.I am unable to activate the CButton control that I put on a CDialogBar.I remember reading somewhere that on a Dialog bar the CButton is disabled.Can i enable it ?Tha ...