Amcharts hides last date on stock type - amcharts

I use Amcharts to display stock data. Although I have updated the last data for chart (27 Dec 2018), the chart only displays data to 24 Dec 2018. I don't know how to configure it. Please help me.
Best regards.
Here is the image of my chart

Related

Why Bar Chart Always Showing 2 Years Value After Using Control Form?

I have a problem in my dashboard because It is always showing Bar Charts with all Values after using control field "Year" like this
I use Year Control Form and set the default in the control field into 2021 like this But it always shows all the values of 2021 and 2022 (like the first picture). But when I choose only '2021' or '2022' on the control form, it shows like what I want (only represent data for that years) like this.
I want to set the default is like the 2nd Picture when First opening the dashboard because it made so many problem in my organization. Here's the link for my dashboard : https://lookerstudio.google.com/reporting/1268a7e6-33bd-4deb-9c37-7abfd73f5126
And here's for the data source : https://docs.google.com/spreadsheets/d/1A_xB97Q25e0hqpkjSQcP9BzakwTUdzIJLUUnMOtBs04/edit?usp=sharing
For information, the bar chart is created by using blended data from 2 tables and also I turn on the cross-filtering where the setting is like this
any solution?

.NET 2013 RDLC Reports, Date Formatting

I have created a report in RDLC (using Visual Studio 2013). in which I have a date field. I wanted to display the date field as 01-Jan-2015. Hence I have formatted the date field using Format(Fields!LICDate.Value,"dd-MMM-yyyy").
However, I get a varied output in the date field. For some date the date is formatted correctly, for example the records having the date as 28th November 2015 are displayed as 28-Nov-2015, but some records this displays weird characters. Like, if the date is 1st October 2018, it shows 01-OcA-2018, for 1st March 2016, it shows 01-3ar-2016
I have browsed through web and got various links that show examples of date formatting in RDLC and almost all the links suggest using of Format and some links have suggested using .ToString("dd-MMM-yyyy"). I tried both the suggestions but the result is the same.
Am at loss on what has actually happened. The data in the database records is correct and whn I display int he DataGridView it shows correctly. This problem occurs in RDLC reports only that too for a few records only.
Any suggestions or links to solutions for similar problems are welcome.
Instead of using Format, try to right click on that text box and go to Properties/Number, then select Custom from Category and in Custom Format enter dd-MMM-yyyy.
This should fix your problem.
Here is link that can help you: VS report designer 2005-date format with MMM

Change date when month is changed using month navigator in kendo UI date picker

I am using kendo ui date picker,
I have a requirement that suppose currently 26 june 2014 is selected, when change the month using month naivgator to july, it should automatically select the 26 date in july month
I don't think it is a good to do it (based on user experience point of view).
Example: I already choose 26 June 2014, then I change the month by pressing the arrow to next month.
I may just want to do it because I want to browse or check what is next month, without having intention to select the date from next month.
And what I see currently from kendo calendar, kendo already automatically mark the selected date (26) with the box, which is good from user experience perspective
So the answer is : it is not recommended to do it, unless you have strong reason to do it.
However, you still can probably do it by using navigate event handler
function onNavigate() {
/*do something*/
}
$("#calendar").kendoCalendar({
navigate: onNavigate
});

Block previous days from being display in DatePicker

I've a problem where I want to block the previous date from being display in DatePicker tool of Toolkit or you can say that I want to apply some limit to the dates.
For example:
If today's date is 15/7/2013 then by clicking on DatePicker control it's should not display the dates previous to 15/7/2013.
Its should show the next 30 days but not beyond that.
I'll be thankful to all who suggest their answers and opinion.
I don't think you can do that. However, you can download the source and modify it to add your requirements. The source code is pretty straightforward.

How to show decoration in place of event names in dojo calendar?

We are using dojo calendar in our web application. We are also showing events on the calendar.
In the matrix view we do not need to show event names. But just some indicator that there are some events on that day. e.g. If 15 Jan has 5 events, currently it shows 5 events names on the 15 Jan cell in the matrix view.
See below
We now want that instead of the 5 events names, we can show some indicator like may be some different color or a vertical line to indicate that there are events on 15 jan, and when you click on the cell you will then get the details of all events on the date.
See below
Is there any setting in dojo calendar which can do this?
I believe you should go first on this : http://livedocs.dojotoolkit.org/dojox/calendar#grid-cell-styling, so you can change the css to the cell look like what you want.

Resources