some time ago(unfortunately I can not say how long exactly) I start to get an issue with the charts function - here is an example from script lab which exactly reproduces what I have in my project: when I create a chart by button from the tagline (chart 2) everything is alright, but when I try to create a chart by call charts.add function from js code I get a kind of "empty diagram" (chart 1)(it can be fixed by press column/row button from the tagline, but it is not appropriate solution for me). it happens just for a diagram with a two-column range and just in the web version of excel, but unfortunately, all my diagrams have a two-column range and the web version is the main point of my add-in. Please help me find out any appropriate solution that I can implement and use from the code and help me understand if it is a bug in js add-in API.
js excel addin charts.add method issue
91 Views Asked by Viktor AV At
1
There are 1 best solutions below
Related Questions in OFFICE365
- Building Daemon or Service Apps with Office 365 that doesn't require sign in
- Responding to an Office 365 event invite via REST
- How to import meetings into office365 (EWS and Powershell?)
- Why Apps for Office options is disabled in my outlook 2013 instance
- Erro uninitialized constant Devise::OmniAuthCallbacksController
- Rest API to upload an image with customized metadata in office 365
- Developing Syntax app SharePoint Online PrismJS
- Office 365 Rest API Access to public folders
- In a Office 365 Mail App how to know item belongs to which folder(Inbox/Draft/Sent Items/Deleted Items)?
- Office 365 Exchange Mailbox Properties
- office 365 api integration in visual studio 2012
- python email subject \r\n
- Querying Office 365 Service Communications API with Python
- Why does the Office 365 OutlookServices (v1.0.34) .Net client library hang indefinitely?
- Excel Macros not working in CatiaV5
Related Questions in OFFICE-JS
- Excel add-in: How to detect whether the host platform is "office online"
- How to get User's actual Email Id in Outlook Add-in Integration
- Check if a JavaScript method or property is supported in an Excel version
- How can I create a Toc(Table of Content) for a document in Word using office.js?
- Persisting data in word document using office add-in
- How to get working Dialog API of OfficeJS API with Outlook 2016 desktop client
- Detecting a sort in officeJS Excel
- Need help loading a .docx file into current document
- Same versions of Office.js hosted on 'beta' and '/1/'?
- Saving Custom property using OfficeJS API doesn't persist on Exchange for long time
- Delete & Reload a "Add in" from Excel (Online & desktop app)
- OfficeJS Word Addin | Dialog API's messageParent not working across domains on MAC
- What browser does Office 2016 on Mac use for taskpanes?
- Why does this Context.Sync not work?
- Getting error using Firebase popup authentication in Word add-in
Related Questions in EXCEL-ADDINS
- C# Excel Add In: Get active worksheet as XML
- Strange number-of-character-in-a-cell limitation when programmaticaly (VBA, C#) set array string to a range
- WPF new window creation on new thread error
- VBA Application Events in Excel AddIn
- Create excel CustomTaskPane in delphi (add-in)
- What determines which connection string to use for SQL Server database for each client computer?
- Webbrowser on Excel Ribbon?
- a new build error after making change by replacing version=10.0.0.0 with 11.0.0.0 in VS2010
- Check for array formula within a macro-style Excel UDF
- How to call DLL function returing string from Excel VBA?
- When to set MacroOptions for Excel Addin
- Delete & Reload a "Add in" from Excel (Online & desktop app)
- Writing a DLL in Fortran/calling from Excel
- Excel add-in is being shown as a COM add-in
- Register UDF with descriptions of arguments using excel addin
Related Questions in JAVASCRIPT-API-FOR-OFFICE
- js excel addin charts.add method issue
- Working with Visio Javascript API and WOPI Host
- How to find whether strikeThrough /underline is present in word document using office.js
- How to dynamically load Word API (office.js) version based on current office version
- Accessing Word API from an Excel add-in or vice-versa
- How to convert byte array response returned from backend to word document using Office.js?
- How do I actually add Filesystem Access API to javascript?
- How can I display console.log?
- Excel Javascript API set note to cell
- JavaScript API for Office getFileAsync Function is not calling callback
- SearchOptions using Sequence number of the Word - MS Office Word Addin OfficeJS
- Nest tables with Office Javascript API in Word
- Get message body update notification while composing email for Outlook
- Office 2016 JavaScript API for Word, body.getHtml() and body.getOoxml() methods are not working
- Trigger calculation in JavaScript API for Excel
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?

I also tried and cannot repro the issue, so can you ensure clear local js cache and have a try? Also please try other browser you don't use before.