charts
16 TopicsError bars do not work with custom values - multiple series chart
I have a bar which has multiple series. Think of it as a number charts combined together. I created a table which has the 8 series to be plotted. For each series has a std deviation for each value. Every value is an average of a sample population and as such has a std deviation which I want to plot using error bar options of Excel. The bug i'm facing is that thee first series takes (plots) the custom error values while all other series show nothing. I tried the view/paint options of the error bars but that did not help. I'm convinced the problem is either a bug or some issue with data "reading" . I have attached the excel. The first tab "results Graph 03" has the bars I'm talking about. The first graph is column chart labeled "Sorptivity summary of 3 months specimens grouped by mixture design".In that graph there are the 8 series plotted in it. Labeled in the table columns as A,B,C,D with post-fix H and F each. For each series i added in Column O a bunch of value which are the standard deviations representing the errors. I do not need or want to use the std deviation or other features provided by MSFT error bar options. I want to use those custom values as both the plus and the minus ones. Steps i use 1> Add chart elements > Error options 2> I choose the series 3> for the series i choose "Custom" as the error amount and specifiy the + and -ve as the std deviation in column O. Nothing happens except for first series A-HSolved22KViews0likes5CommentsSpotlight on the ADX Time Pivot Visualization
The Time Pivot chart is a powerful interactive navigation tool that lets you analyze your data over an events timeline, that pivots on a time axis. Time Pivot makes it easy to identify event flows, and beautifully tells the story of “what happened”. It helps you to generate multiple views of the same data by letting you pick multiple levels of data slicing. Time Pivot visualization is your essential tool for analyzing data across hundreds of different tables.5.6KViews7likes2CommentsQuery based pie charts in Azure DevOps - how do I display a percentage rather than a count?
Hi, I created several charts to track the progress of bugs and test cases. I will use the following two as examples: 1. Open Bugs by State: please reference attached - this chart shows the count of open bugs in each state. 2. Test Case Results by State: please reference attached - this chart shows all the test cases created, pivoted by state. Is there a way to display percentages for each pie slice, rather than the count? For example, in the Open Bugs by State, rather than showing Open = 18, can I display "72%" (18/25)? Right now when I configure the chart, I see the "Aggregation" option, but this only allows me to choose "Count". Do I need to update my queries somehow to get a %? Thank you for the assistance!4.6KViews0likes1CommentDonut/Doughnut Chart - Multiple Series
I have created a doughnut chart with multiple series (represented by multiple rings - see charts below). Each ring is divided into 6, the colour of which corresponds to one of three options (yes, maybe and no). I therefore want the colour of the chart to represent this clearly (green, yellow and red), making each ring comparable - i.e. so that the entire chart is made up of only three colours. When I format the legend entry to edit the colours, it only applies the changes to the inner ring/the first series. I am able to manually edit the colour of every other ring segment, however with a lot more data to add this will take a very long time and mean that I am no able to easily edit it should I wish to change the colour again. I imagine there is a way to do this in one simple step, however am unable to find it. Does this make sense? Any help would be greatly appreciated. Please let me know if I need to make this clearer/explin further. Thanks! Chart 1 - the automatically generated chart where only the colours of the inner ring have changed as I have edited them. Chart 2 - I have manually edited this chart to show how I want the chart to look - i.e. I want any colours that I change to apply to all series4.5KViews0likes0CommentsError in Excel : All the charts are removed
When i open any excel file that contains charts, I am getting an error that there is problem found in the file and if i want to restore the file. If i say yes, it removes all my charts in the excel file. I could not add any new chart to the excel (also in complete new excel sheet). I tried repairing it and I tried reinstalling it. that does not solve the problem. I did not had this issue before. I have attached pictures regarding this Issue? How can i solve it? I am using Excel 2016 Thanks in advance.3.6KViews1like4CommentsChartJs How to Include and Consume
I am trying to use this web page to create a Chart.JS webpart. https://dataninjago.com/2016/11/28/building-sharepoint-framework-client-side-chart-web-parts-using-chart-js/ I am having only one problem when I try to consume the ChartJS object at this line of code: const chart = new jsChart(ctx, { The error is: Error - [tsc] src/webparts/chartJs/components/ChartJs.tsx(38,19): error TS2351: Cannot use 'new' with an expression whose type lacks a call or construct signature. I am adding the ChartJS cdn in the config.json file in the externals section: "externals": { "jsChart": { "path": "https://cdnjs.cloudflare.com/ajax/libs/Chart.js/2.9.4/Chart.bundle.min.js", "globalName": "jsChart" } } What am I supposed to be doing differently?Solved2.2KViews0likes1Comment