Forum Replies Created by Priyanka M S

Viewing 15 posts - 16 through 30 (of 393 total)
  • in reply to: Add dropdown box in bar chart. #23514

    @tarun,

    You can change the axis viewport range by setting viewPortMinimum and viewPortMaximum according to the value from dropdown.
    Please take a look at this JSFiddle where viewportMinimum and viewportMaximum are changed according to the values from multiple dropdowns.

    __
    Priyanka M S
    Team CanvasJS

    in reply to: Canvas chart loading problem in TreeView #23505

    @deepece,

    It seems to be working fine on integrating CanvasJS with tree view control of ASP.NET as shown in this sample project.
    If you further face any issues, kindly share a sample project over Google-Drive or Onedrive reproducing the issue you are facing, so that we can look into your code, understand the scenario better and help you out.

    __
    Priyanka M S
    Team CanvasJS

    in reply to: chart zoom not work #23504

    @elbit12,

    We are busy with implementing some important features as of now. Hence, there is no definite timeline.

    __
    Priyanka M S
    Team CanvasJS

    in reply to: 4 Level Drill Down Example #23503

    @dmssys,

    Please take a look at this JSFiddle that shows 3 level drill down column charts.

    __
    Priyanka M S
    Team CanvasJS

    in reply to: Descriptive statistics etc for multi-series column charts #23502

    @grantwray,

    We will reconsider this behavior for combining scatter chart with multi-series column charts. However, the combination of scatter chart and a single series column chart works fine as of now.

    __
    Priyanka M S
    Team CanvasJS

    in reply to: Descriptive statistics etc for multi-series column charts #23492

    @grantwray,

    The behavior is by design as error charts will be dependent on other data series, which shows the uncertainty of the data series attached to it whereas, scatter charts are independent of any other data series and occupies its space with respect to the position of x-value on axisX.

    __
    Priyanka M S
    Team CanvasJS

    in reply to: How to implement scrolling on mobile? #23478

    @ttchuah,

    Whenever you move finger/pointer on the chart, the chart has to know if you are trying to scroll or interact with the chart. Hence, the behavior is designed such that, the pointer gets locked to chart only when you touch and hold on there for a moment. But if you directly try to scroll vertically without pausing, it should let you scroll.

    __
    Priyanka M S
    Team CanvasJS

    in reply to: stripLines #23469

    @mihaela,

    You can customize the cursor to the entire chart as per your requirement by applying the style to canvasjs-chart-canvas class.

    .canvasjs-chart-canvas {
     cursor: pointer !important;
    }

    __
    Priyanka M S
    Team CanvasJS

    in reply to: stackedBar using php and mysql #23468

    @chacal1231,

    Please take a look at this sample project on rendering stackedColumn chart using PHP and MySQL.

    If you are further facing any issues, kindly share a sample project (along with sample database) over GoogleDrive or Onedrive reproducing the issue, so that we can look into your code, understand the scenario better and help you out.

    __
    Priyanka M S
    Team CanvasJS

    in reply to: add customized tick #23463

    @sunrise,

    This feature is not available as of now, ticks will be shown at every interval of the axis.

    __
    Priyanka M S
    Team CanvasJS

    in reply to: Area Color Position #23462

    @plot,

    This seems to be a bug, we will look into it and get back to you at the earliest.

    __
    Priyanka M S
    Team CanvasJS

    in reply to: Tooltip persists after mouse moves to null data #23460

    @elcollie,

    In case of column chart, toolTip is shown only when you mouse-hover on specific dataPoint, which is difficult in case of line-chart, so the behavior is designed to retain the toolTip even when you are away from the dataPoint but within the plot-area. However if you like to hide toolTip on moving out of dataPoint and show when you hover on dataPoint, please take a look at this JSFiddle.

    __
    Priyanka M S
    Team CanvasJS

    in reply to: tooltip not working correctly in xsl #23439

    @krishna_deepika,

    It seems to be working fine. Please find the screenshot of the same below.

    Kindly brief us more about the issue, so that we can understand it better and help you resolve.

    __
    Priyanka M S
    Team CanvasJS

    in reply to: UIDashborard application #23437

    @sateesh,

    Please take a look at this gallery example on rendering chart inside a resizable jquery element, which you can integrate with your code.

    __
    Priyanka M S
    Team CanvasJS

    in reply to: zoom range red display #23436

    @elbit12,

    There is no definite timeline yet for the release with this bug fix, as we are working on some other important features as of now.

    __
    Priyanka M S
    Team CanvasJS

Viewing 15 posts - 16 through 30 (of 393 total)