Re: [Dev] Facing issues in updating json array in properties

2018-01-23 Thread Nipuna Chandradasa
Hi Aditya, I'm bit confused. Where you trying to achieve this? can you mention the WSO2 product that you are using? Thank you, On Tue, Jan 23, 2018 at 8:57 PM, aditya shivankar < shivankar.adit...@gmail.com> wrote: > Respected Sir, > > I have two json in two properties : > > say property1 has

Re: [Dev] Dashboard Component - Hierarchical Page Support

2017-08-30 Thread Nipuna Chandradasa
r not from the > permission DB and fetch the dashboard from dashboard DB according to the > permission. > > Thanks, > Nisala > > On Thu, Aug 31, 2017 at 10:38 AM, Nipuna Chandradasa <nipu...@wso2.com> > wrote: > >> +1 for this format. >> >>

Re: [Dev] Dashboard Component - Hierarchical Page Support

2017-08-30 Thread Nipuna Chandradasa
+1 for this format. Why are we removing lastUpdatedTime? isn't that important meta for an admin? Are we not yet supporting Autherization for dashboard ( who owns, who can edit or who can view and so on)? I thought those are parts of the dashboard json (not the most secure place but) ... On Wed,

Re: [Dev] Dashboard Component - Hierarchical Page Support

2017-08-29 Thread Nipuna Chandradasa
at 1:22 PM, Nipuna Chandradasa <nipu...@wso2.com> wrote: > Yeah +1 for the lasantha's idea. That will make it easy to read the json > also. > What are the golden layout level functionality that we are using now? ( > tabs and containers?) > > On Tue, Aug 29, 2017 at 12:06

Re: [Dev] Dashboard Component - Hierarchical Page Support

2017-08-29 Thread Nipuna Chandradasa
ontent" >> object of dashboard JSON. Since this is somewhat bound to the GoldenLayout >> framework, it is bit difficult to separate the layout information into a >> separate file. >> >> Thanks, >> Nisala >> >> On Tue, Aug 29, 2017 at 10:50 AM, Nipuna Ch

Re: [Dev] Dashboard Component - Hierarchical Page Support

2017-08-28 Thread Nipuna Chandradasa
Hi Nisala, In previous dashboard.json we had a problem like we have bulky information(ex:- layout) inside the same JSON. So i assume inside the content attribute which holds the page contents we are going to keep these information? if it Is there's a plan to move these information to a separate

Re: [Dev] How can we add multi language support in javascript files

2017-03-24 Thread Nipuna Chandradasa
from the browser.. that's how we do it anyway i think. We get the i18n based on the what language browser has configured to use. Thank you, On Fri, Mar 24, 2017 at 10:14 AM, Prasanna Dangalla <prasa...@wso2.com> wrote: > On Fri, Mar 24, 2017 at 12:53 AM, Nipuna Chandradasa <nipu

Re: [Dev] How can we add multi language support in javascript files

2017-03-23 Thread Nipuna Chandradasa
I don't think there is a feasible solution rather than loading i18n config file as a json object to the client side in the beginning of the app... i think from uuf side we can provide a api for that... WDYT? On Thu, Mar 23, 2017 at 5:29 PM, SajithAR Ariyarathna wrote: >

Re: [Dev] Adding new view to Gadget [DAS]

2017-01-31 Thread Nipuna Chandradasa
Great. On Tue, Jan 31, 2017 at 4:40 PM, Irham Iqbal <iq...@wso2.com> wrote: > HI Nipun, > > Yes you understood correctly. Will try your solution. > > Thanks, > Iqbal > > > On Tue, Jan 31, 2017 at 4:15 PM, Nipuna Chandradasa <nipu...@wso2.com> > wrot

Re: [Dev] Adding new view to Gadget [DAS]

2017-01-31 Thread Nipuna Chandradasa
Hi Irham/Pradeep I not clear about this requirement. But as i understood you want to add a seperate view in to a page in the dashboard and give that view internal/everyone permission and make this page landing page. Am i correct? if so please know that you have to edit the dashboard via

Re: [Dev] [UUF] Empty fragment dir

2016-11-11 Thread Nipuna Chandradasa
Okay aiye .. will remove them. But there will be fragments to this(designer) component. Thank you, On Fri, Nov 11, 2016 at 7:26 PM, Manuranga Perera wrote: > Hi Nipuna, > Please remove .gitkeep files, we don't need to commit these dirs. > > On Fri, Nov 11, 2016 at 2:53 PM,

Re: [Dev] Distinguish dashboard customize functionalities

2016-10-27 Thread Nipuna Chandradasa
As far as i know to perform these functionality user need to have only one permission level right? Viewer permission(Not so sure). If it is 1st functionality is like a Quick Personalize i suppose and the 2nd functionality is Edit or Personalize. Also if so i think having two functionality to

Re: [Dev] Hieradata location for puppet modules

2016-09-01 Thread Nipuna Chandradasa
Hi All, I like 3rd option. Release managing and tracking wise it is very efficient. Because each product will have a separate repo. Can't we add these hieradata as a submodule in git so user don't have to clone multiple. Only need to run git submodule init when needed. Even 2nd option might be

[Dev] [Jaggery] [WebSocket] [CEP] Closing the Web Socket Connection from server side

2016-08-29 Thread Nipuna Chandradasa
Hi All, There is a requirement to close the WebSocket connection from server side. Currently there is no close() functionality available for WebSocket from the jaggery side. 1. Is there a reason to why didn't we implement this in the first place? 2. Is there any other way of terminating a web

Re: [Dev] How to get the page title of a dashboard page

2016-08-22 Thread Nipuna Chandradasa
Hi Kalpa, We currently have a API to send dashboard name and id. But we don't have a api to get the page details. But we will create a jira for this and add this as an improvement on next release. Thank you, On Mon, Aug 22, 2016 at 11:29 AM, Kalpa Welivitigoda wrote: > Hi

[Dev] UI/UX Improvement for Dashboard Server

2016-08-16 Thread Nipuna Chandradasa
Hi All, There are few UI and UX improvement to be added to the Dashboard Server. There are few improvements already added to the Dashboard Server by Imesh for it's Alpha release. Now available and TODO set of improvements listed below. *Added Improvements are:* - Move views drop down into

Re: [Dev] [DEV] [DAS] Issues in Generate Gadget Page

2016-07-12 Thread Nipuna Chandradasa
HI all, We have to recheck the error message displaying method ... here just we are showing row HTML ... @Chamila did you double check datasources? Can you see any error on the console when click show data? Thank you, On Wed, Jul 13, 2016 at 9:00 AM, Chamila De Alwis wrote:

Re: [Dev] [DEV][DS] Irregular behavior in text boxes in dashboard server

2016-07-12 Thread Nipuna Chandradasa
Hi Jerad .. i used 42 as i remember This has to be a firefox related issue. ... i researched it a bit ... seems like it is. ASCII they have used same numbers for these keys but chrome somehow handling it ... Yeah ... I'm in trace ... but i'll come around 1.00pm to PG. Thank you, On

Re: [Dev] [DEV][DS] Irregular behavior in text boxes in dashboard server

2016-07-12 Thread Nipuna Chandradasa
Adding sinthuja, nisala, tanya, megala Hi Chamila, This is happened due to the sanitation of input. If you check this on chrome this is working fine. Some key number for special keys are same as arrow keys numbers (ASCII values) in Firefox. It is a firefox related DS bug. Will discuss this

Re: [Dev] DAS 3.0.1 - Empty Dashboard for Smart Home Sample

2016-05-12 Thread Nipuna Chandradasa
, Iranga Muthuthanthri <ira...@wso2.com> wrote: > Think we need to have a note on the above in the QSG > > On Fri, May 13, 2016 at 10:51 AM, Nipuna Chandradasa <nipu...@wso2.com> > wrote: > >> Hi Gobinath, >> >> Here what you have to do is to creat

Re: [Dev] DAS 3.0.1 - Empty Dashboard for Smart Home Sample

2016-05-12 Thread Nipuna Chandradasa
fy(BrowserCompatHostnameVerifier.java:54) > ... > > > Thanks. > > On Fri, May 13, 2016 at 10:34 AM, Nipuna Chandradasa <nipu...@wso2.com> > wrote: > >> Hi Gobinath, >> >> Is there any error on the console or the debug tool of the browser saying >

Re: [Dev] DAS 3.0.1 - Empty Dashboard for Smart Home Sample

2016-05-12 Thread Nipuna Chandradasa
Hi Gobinath, Is there any error on the console or the debug tool of the browser saying IP != ? This is not because of you don't have data. Here gadgets are not even rendered. This can be because of a SSLException (Your certificate doesn't match your host) or if you have a LB in front your DAS

Re: [Dev] Getting "Program too complex: too big jump offset" error in a jaggery file

2016-03-24 Thread Nipuna Chandradasa
Hi, I have come across this issue before. this is because of the jaggery file size is exceeding the max size that rhino engine can compile that is 70kb (Not sure whether this is the correct size) as i know. So the solution is either modularize your code in to several files and combined them

Re: [Dev] [DS]Dashboard warnings for Object graph

2016-03-19 Thread Nipuna Chandradasa
Hi Fazlan, This normally getting printed when try to avoid memory overflow. As mentioned in this error message, using @IgnoreSizeOf where we implement the cache will remove this warning but there is a possibility that Out Of Memory Exception will occur. I think this because of we use cache to

Re: [Dev] [AS 6.0.0] HTTP Monitoring dashboard - Required DS Enhancements

2016-03-09 Thread Nipuna Chandradasa
Hi Lochana, 1st requirement, drill down navigation, is implemented and will be reviewed EOD. How it works is there is a exposed functionality by dashboard server which can be access by any gadget and callback function can be pass as a parameter to that function. After a event which navigate to a

Re: [Dev] Jaggery how to redirect the page with data(json)

2016-03-03 Thread Nipuna Chandradasa
Hi, Did you try setting the content to the response as follow? response.content = { products : ["Jaggery", "ESB"] }; I did not try this but this will possibly work. Please refer the jaggery doc response section for more details. Regards. On Thu, Mar 3, 2016 at 3:45 PM, Irham Iqbal

Re: [Dev] [VOTE] Release WSO2 Dashboard Server 2.0.0 RC2

2016-02-25 Thread Nipuna Chandradasa
Hi, Tested the following test scenarios related to "Per User Dashboard Customization" - Verify a viewer can personalize a dashboard - Verify the original dashboard is not changed after personalizing a dashboard - Verify a viewer can reset the personalized dashboard - Verify a

Re: [Dev] WSO2 Committers += Kamidu Sachith Punchihewa

2016-02-24 Thread Nipuna Chandradasa
Congratulations Kamidu ...! On Thu, Feb 25, 2016 at 9:07 AM, Natasha Wijesekara wrote: > Congratulations Kamidu !! > > On Thu, Feb 25, 2016 at 8:48 AM, Praminda Jayawardana > wrote: > >> Congratulations Kamidu! >> >> On Thu, Feb 25, 2016 at 8:03 AM, Geesara

Re: [Dev] [VOTE] Release WSO2 Dashboard Server 2.0.0 RC1

2016-02-22 Thread Nipuna Chandradasa
Hi, I've tested the following features related to "Per User Dashboard Customization" - Verify a viewer can personalize a dashboard - Verify the original dashboard is not changed after personalizing a dashboard - Verify a viewer can reset the personalized dashboard - Verify a

Re: [Dev] WSO2 Committers += Grainier Perera

2016-02-05 Thread Nipuna Chandradasa
Congratulation Grainier ... On Fri, Feb 5, 2016 at 10:48 AM, Lalanke Athauda wrote: > Congratulations Grainier.. > > On Wed, Feb 3, 2016 at 4:47 PM, Sriskandarajah Suhothayan > wrote: > >> Hi All, >> >> It's my pleasure to announce Grainier Perera as a WSO2

Re: [Dev] WSO2 Committers += Fazlan Nazeem

2016-01-12 Thread Nipuna Chandradasa
Congratulations Fazlan .. :D On Tue, Jan 12, 2016 at 4:58 PM, Ashen Weerathunga wrote: > Congratulations Fazlan!!! :) > > On Tue, Jan 12, 2016 at 4:47 PM, Malintha Adikari > wrote: > >> Congratulations..!!! >> >> On Tue, Jan 12, 2016 at 4:36 PM, Nirmal

Re: [Dev] Jaggery formatting guidelines

2016-01-11 Thread Nipuna Chandradasa
Hi Fazlan, As Dakshika said you can follow the Style Guide for JavaScript to format the Jaggery. At WSO2 we are trying to maintain a JavaScript Style Guide[1] Which is initiated by manu. Please feel free to add important guide lines to the Doc if you find any. [1].

Re: [Dev] [dev] DS test fixes after UI changes.

2015-12-20 Thread Nipuna Chandradasa
Hi Team, All the conflicts are resolved and added a PR[1] for the ui-test-fixes branch of carbon-dashboard. [1]. https://github.com/wso2/carbon-dashboards/pull/109 Please Review and Merge this PR immediately. Thank you On Sat, Dec 19, 2015 at 10:01 AM, Nipuna Chandradasa <nipu...@wso2.

Re: [Dev] [dev] DS test fixes after UI changes.

2015-12-18 Thread Nipuna Chandradasa
Thank you Ayesha, Test fixes still going on. Delayed due to the conflicts with two PR. I'm looking in to this. On Fri, Dec 18, 2015 at 12:08 PM, Ayesha Dissanayaka wrote: > Created ui-test-fixes branch in carbon-dashboards as well. > > [2]

Re: [Dev] Need help from DS team to fix Analytics Dashboard issues which are related to DS

2015-12-15 Thread Nipuna Chandradasa
Hi, I fixed this https://wso2.org/jira/browse/DAS-303 jira. I'll put a PR to the carbon dashboard. Thank you. On Tue, Dec 15, 2015 at 11:16 AM, Sachith Withana wrote: > Hi all, > > I upgraded to the latest version and the issues > https://wso2.org/jira/browse/DAS-326 >

Re: [Dev] [FB Connector] (#324) Requires upload file when try to add a photo to a page via FB Connector

2015-12-08 Thread Nipuna Chandradasa
Hi, I happened to come across a similar scenario when writing a jaggery test case. What i did was i wrote the whole curl message send by the browser when uploading a multipart/form-data. You can find the code at [1]. [1].

[Dev] [DS] [UX] UI/UX Changes to be done in next dashboard server release

2015-12-07 Thread Nipuna Chandradasa
Hi All, As to the Discussion we had on UI of WSO2 Dashboard Server there were few suggestions from UI/UX team. Please refer the following document [1] to get more details of what will be changed and the implementation progress. [1].

Re: [Dev] US Election 2016 Tweet Analyze System

2015-11-17 Thread Nipuna Chandradasa
:23 PM, Madhawa Gunasekara <madha...@wso2.com> wrote: > Hi All, > > IMO It's better to do a context analysis on these tweet texts and draw > separate two graphs, (positive / negative) > > Thanks, > Madhawa > > On Tue, Nov 17, 2015 at 2:13 PM, Nipuna Chandradasa &l

Re: [Dev] US Election 2016 Tweet Analyze System

2015-11-17 Thread Nipuna Chandradasa
Hi, I suggested above for if you are using tweeter API directly i don't know whether these can be done using wso2 twitter connector. ... i'll look in to it .. Sorry for the misdirection if above replies are not helpful. Regards, On Tue, Nov 17, 2015 at 2:10 PM, Nipuna Chandradasa <n

Re: [Dev] US Election 2016 Tweet Analyze System

2015-11-17 Thread Nipuna Chandradasa
ttribute of a json massage which send by tweet object, within the CEP. > Does it seems to be a proper method? Do you have any better idea ? > > regards, > Yasara > > On Tue, Nov 17, 2015 at 11:12 AM, Nipuna Chandradasa <nipu...@wso2.com> > wrote: > >> H

Re: [Dev] US Election 2016 Tweet Analyze System

2015-11-16 Thread Nipuna Chandradasa
Hi, Is this connector the api provided by twitter?... Then there are few things u have to keep in mind... 1. Twitter api gives each app 15 min waiting period once app collect the data from api So basically you have to wait 15 min to get data again 2. There are no filter system to filter

Re: [Dev] Base64 encoding in jaggery

2015-11-11 Thread Nipuna Chandradasa
Hi, Sorry for the typing mistake ... you can import the java method for Base64 encoding inside the jaggery and use it ... Regards, On Wed, Nov 11, 2015 at 3:23 PM, Nipuna Chandradasa <nipu...@wso2.com> wrote: > Hi, > > As far as i know there is no inbuilt method for jaggery ...

Re: [Dev] Base64 encoding in jaggery

2015-11-11 Thread Nipuna Chandradasa
Hi, As far as i know there is no inbuilt method for jaggery but u import the java method for Base64 encoding inside the jaggery and use it Regards, On Wed, Nov 11, 2015 at 3:08 PM, Kalpa Welivitigoda wrote: > Hi all, > > Is the $subject possible? > > My requirement

[Dev] [DS] [Feature] Default Dashboard for dashboard server

2015-11-10 Thread Nipuna Chandradasa
Hi All, In Dashboard Server (DS) as a new feature user will be able to define a default dashboard which user will be directed to ( Dashboard View page ) when starting the portal. Making a dashboard default is not mandatory. So there will be a scenario where there are no any default dashboard.

Re: [Dev] [DS] [Feature] Default Dashboard for dashboard server

2015-11-10 Thread Nipuna Chandradasa
HI Udara and Daskshika, @Udara - Please find the answers inline 1. Let's assume I'm sign-in/browse portal to view dashboard x(assume I don't have direct URL to dashboard x). But say the default dashboard is enabled to y.Where am I landing in this scenario? You will land on default

Re: [Dev] [PPaaS] Reading dasStatsPublisherEabled value and meteringDashboardUrl at web application startup time and set those as application variables

2015-11-09 Thread Nipuna Chandradasa
lt;m...@wso2.com> wrote: > >> as I understand metering Dashboard URL is not read from a file. is that >> correct? if you can read it from a file it's the better way to go. >> >> On Fri, Nov 6, 2015 at 3:28 PM, Nipuna Chandradasa <nipu...@wso2.com> >> wrote: >

Re: [Dev] [PPaaS] Reading dasStatsPublisherEabled value and meteringDashboardUrl at web application startup time and set those as application variables

2015-11-06 Thread Nipuna Chandradasa
Hi, May be we can try loading this property file in the app.js (Init script as we discuss earlier). But if that is not working the best way is to put a timeout. Because we have no any other way to get these properties in the init script. Let's ask manu is there any better way to do this using

Re: [Dev] Plan for next DS -M6 release.

2015-11-04 Thread Nipuna Chandradasa
Hi all, When we are shipping the sample dashboard what we gonna do is: 1. Create a another .sh specifically to run the sample configuration as ESB team has done. File name will be like wso2server-sample.sh 2. This will copy the gadgets needed for the dashboard from samples folder to gadget

Re: [Dev] [UX] [DS] Users able to create dashboards and pages inside dashboards with same title

2015-11-03 Thread Nipuna Chandradasa
>> >>>> Regards, >>>> >>>> *Dakshika Jayathilaka* >>>> PMC Member & Committer of Apache Stratos >>>> Senior Software Engineer >>>> WSO2, Inc. >>>> lean.enterprise.middleware >>>> 0771100911 >

Re: [Dev] [Builder] Jenkins build became unstable: product-es #7768

2015-11-03 Thread Nipuna Chandradasa
HI Team, I tried building the product-es with tests locally There is one test failure. That is one of the 2 test failures mentioned in the Jenkins report. - org.wso2.es.ui.integration.test.store.ESStoreSocialSharingTestCase.testTwitterSharing

[Dev] [UX] [DS] Users able to create dashboards and pages inside dashboards with same title

2015-11-02 Thread Nipuna Chandradasa
Hi Team, There is a scenario which users can create multiple dashboards with same titles. But in any scenario they cannot create a dashboard with same URL ( Dashboard ID). Also there is another similar scenario with Pages inside dashboards, which user can create multiple pages with same title.

Re: [Dev] [DEV][Automation] - How to automate the Drag-Drop Action in Test-case Using selenium

2015-11-02 Thread Nipuna Chandradasa
Hi Rajeenthini, I tried one of your references which uses jquery.simulate.js to test the jquery UI functionality. It worked. Only thing that it didnt work with out product is we only make the element draggable when the mouseenter event. I progamatically made it draggable. Then using jquery

Re: [Dev] [DEV][Automation] - How to automate the Drag-Drop Action in Test-case Using selenium

2015-11-02 Thread Nipuna Chandradasa
and drop Action.I will go through > the nipuna's suggestion as well and will update the mail thread. > > > > On Tue, Nov 3, 2015 at 6:35 AM, Manuranga Perera <m...@wso2.com> wrote: > >> I also noted the on mouseenter event drag-able issue and made a local >> change i

Re: [Dev] [DS] Changing the page id in a dashboard using properties.

2015-10-29 Thread Nipuna Chandradasa
Hi So the changing the URL (page id) is still there and added fixed to the issues came across when changing the page id. Also sanitize all user input in the dashboard designer and create dashboard pages. Also added validation to the dashboard settings page. Thank you On Wed, Oct 28, 2015 at

Re: [Dev] [DS] Changing the page id in a dashboard using properties.

2015-10-27 Thread Nipuna Chandradasa
nitize all user inputs before rendering. > > On Mon, Oct 26, 2015 at 4:50 PM, Nipuna Chandradasa <nipu...@wso2.com> > wrote: > >> Hi Team, >> >> In the current product-ues, we allow user to change the page id using the >> URL field in the properties menu. T

[Dev] [DS] Changing the page id in a dashboard using properties.

2015-10-26 Thread Nipuna Chandradasa
Hi Team, In the current product-ues, we allow user to change the page id using the URL field in the properties menu. This causes multiple issues as we also use this page id to process the changes to the page. I fixed those issues that i could find ... (Seems like now it's working fine as to

Re: [Dev] GSoC 2016

2015-10-23 Thread Nipuna Chandradasa
Hi, You can start looking at the products in WSO2 which are available in [1] WSO2 website under the "Products" tab in the navigation bar. Then if you like to see the implementation and how the things work, you can always refer to [2] github repositories available for all the products. [1].

Re: [Dev] API Manager does not have store and publisher apps

2015-10-22 Thread Nipuna Chandradasa
Hi Lalanke, Isn't getting the already built product work for you?. It is easier. On Thu, Oct 22, 2015 at 7:26 PM, Lakshman Udayakantha wrote: > Hi Lalanke, > > We focused only to release store and publisher features for product-apim > 2.0.0 and master branch not the

Re: [Dev] How to simulate a multipart/form-data submission using a post request in jaggery

2015-10-22 Thread Nipuna Chandradasa
. Thank you. On Thu, Oct 22, 2015 at 8:19 AM, Nipuna Chandradasa <nipu...@wso2.com> wrote: > It is not a UI test manu This test is for jaggery framework to test > its multipart parsing function... It's just a Java test case > On 22 Oct 2015 6:14 a.m., "Manuranga Perera&qu

[Dev] How to simulate a multipart/form-data submission using a post request in jaggery

2015-10-21 Thread Nipuna Chandradasa
Hi Team, I am currently writing test cases for the jaggery. There is a scenario which i have to simulate a multipart/form-data submission using a post request in jaggery. That means i have to send some other data with a file upload. There where few suggestions: 1. One is to capture the

Re: [Dev] How to simulate a multipart/form-data submission using a post request in jaggery

2015-10-21 Thread Nipuna Chandradasa
It is not a UI test manu This test is for jaggery framework to test its multipart parsing function... It's just a Java test case On 22 Oct 2015 6:14 a.m., "Manuranga Perera" wrote: > If this is an ui test, selenium will allow you to upload a file. It'll > automatically be

[Dev] Message Format for Dashboard server

2015-10-20 Thread Nipuna Chandradasa
Hi Dakshika, As we discussed earlier i am going to develop two options to define landing pages for each default and anonymous view. Also i am going to complete the validation for the Dashboard server designer view. So can you please suggest an message format which can be used across the UES? (

[Dev] [DS] Adding separate landing pages for default and anonymous view

2015-10-20 Thread Nipuna Chandradasa
Hi team, There was a problem which came up during the discussion about anonymous view in dashboard server. Discussion was about restricting the user creating an anonymous page without making the landing page (Home page) of the dashboard anonymous. But this way user always have to make the

Re: [Dev] [DS] Adding separate landing pages for default and anonymous view

2015-10-20 Thread Nipuna Chandradasa
>>> >>> how about making it mandatory for landing page to be anon if user make >>> any page anon. >>> >>> that is, you can't make any page anon before making landing anon. >>> >>> >>> UX team what do you think? >>> >>> On T

Re: [Dev] [UES][Dashboard Server] Dashboard anonymous view landing page

2015-10-01 Thread Nipuna Chandradasa
Hi Udara, As Lasantha said that making the landing page an anon view should be mandatory if there are anon views available under the that landing page even the landing page doesn't have anon content to view. I think this is a good idea because it is not that great to have child pages which has

Re: [Dev] [DAS] Line chart y-axis scale and range problems

2015-09-25 Thread Nipuna Chandradasa
Hi Thanuja, Quick fix for few of these problems. For the 1st one check the domain which define the range of the y scale. may be they are given in decimals. most of the time y axis value range is mapped with the height of the SVG element. if you can quickly look in to it and just adjust the