Skip to content
This repository was archived by the owner on May 3, 2023. It is now read-only.
This repository was archived by the owner on May 3, 2023. It is now read-only.

Critical: Version 0.1.0 of the plugin does not support disabling export chart button #17

@cjohn001

Description

@cjohn001

@shiv19 : Thank you very much for the update! Seems like we are getting close to stable now :) I am seeing two issues, most critical one in this report as it prevents me from using this version of the plugin:

Which platform(s) does your issue occur on?

  • iOS 13.5 but also other versions on emulator. Not tried on device as it likely is the same

Please, provide the following version numbers that your issue occurs with:

  • CLI: ns --version 7.2.1
  • Cross-platform modules: "@nativescript/core": "~7.3.0",
  • Runtime(s): "tns-ios": "6.5.4", and @nativescript/ios 7.2.0
  • Plugin(s): 0.1.0

Please, tell us how to recreate the issue in as much detail as possible.

Normally, I should be able to dismiss the export button on a chart by one of the two below options

  1. in chart options with exporting disabled:
    exporting: {
    enabled: false
    },

  2. if exporting is enabled I should be able to disable the button as follows:
    exporting: {
    enabled: true
    },
    navigation: {
    buttonOptions: {
    enabled: false
    }
    },

Both options unfortunately do not work with the new plugin version

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions