angular-google-charts icon indicating copy to clipboard operation
angular-google-charts copied to clipboard

Google chart editor UI is not working with Bootstrap and is broken

Open SDAdham opened this issue 2 years ago • 0 comments

Bug Report

Prerequisites

Please answer the following questions for yourself before submitting an issue. YOU MAY DELETE THE PREREQUISITES SECTION.

  • [X] I am running the latest version
  • [X] I checked the Readme and found no answer
  • [X] I checked to make sure that this issue has not already been filed
  • [ ] This is related to angular-google-charts and not to Google Charts directly (if it's a Google Charts issue, their forum may help)

Description

It seems that Google chart UI is using a different modal other than https://getbootstrap.com/docs/5.1/components/modal/ Output html: image

How can I apply bootstrap classes for bootstrap or get Chart editor to work in a bootstrap environment?

Here is how chart looks like: image

There are no errors in the console

To reproduce

Steps to reproduce the behaviour:

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

Expected behaviour

A clear and concise description of what you expected to happen.

Exception or Error





Your environment



Package                         Version
---------------------------------------------------------
@angular-devkit/architect       0.1303.6
@angular-devkit/build-angular   13.3.6
@angular-devkit/core            13.1.4
@angular-devkit/schematics      13.3.5
@angular/cdk                    13.3.7
@angular/cli                    13.1.4
@angular/language-service       13.3.9
@angular/localize               13.3.9
@angular/platform-server        13.3.9
@angular/service-worker         13.3.9
@nguniversal/builders           12.1.3
@nguniversal/express-engine     12.1.3
@schematics/angular             13.1.4
rxjs                            7.5.5
typescript                      4.5.5
webpack                         5.72.1

Anything else?

Add any other context about the problem here.

SDAdham avatar Jun 22 '22 22:06 SDAdham